2022-07-05 03:02:38 +01:00
|
|
|
[package]
|
|
|
|
name = "fantastic-rs"
|
2022-09-01 21:44:52 +01:00
|
|
|
version = "0.3.3"
|
2022-07-05 03:02:38 +01:00
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
[dependencies]
|
2022-07-09 17:35:13 +01:00
|
|
|
usdpl-back = { version = "0.5.3", features = ["blocking"]}#, path = "../usdpl/usdpl-back"}
|
2022-07-05 03:02:38 +01:00
|
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
|
|
serde_json = "1.0"
|
|
|
|
|
|
|
|
# logging
|
|
|
|
log = "0.4"
|
|
|
|
simplelog = "0.12"
|
|
|
|
|
|
|
|
[profile.release]
|
|
|
|
debug = false
|
|
|
|
strip = true
|
|
|
|
lto = true
|
|
|
|
codegen-units = 4
|