Gen7ScriptsRs/pkmn_lib_interface/Cargo.toml

20 lines
564 B
TOML
Raw Normal View History

[package]
name = "pkmn_lib_interface"
version = "0.1.0"
authors = ["Deukhoofd <Deukhoofd@gmail.com>"]
edition = "2021"
[features]
mock_data = ["mockall"]
[dependencies]
2022-08-14 11:37:17 +00:00
cstr_core = { version = "0.2.6", features = ["nightly"]}
enumflags2 = { version = "0.7.5", default-features = false }
spin = { version = "0.9.4", default-features = false, features = ["rwlock"] }
paste = { version = "1.0.7" }
hashbrown = { version = "0.12.3" }
2023-01-04 10:55:14 +00:00
dlmalloc = { version = "0.2.4", features = ["global"] }
2023-01-04 17:39:27 +00:00
mockall = { version = "0.11.2", optional = true, features = ["nightly"] }