This commit is contained in:
@@ -13,8 +13,9 @@ name = "pimcore"
|
||||
path = "src/lib/pimcore.rs"
|
||||
|
||||
[features]
|
||||
default = ["tracing"]
|
||||
default = []
|
||||
tracing = []
|
||||
profile_time = ["dep:plotly", "dep:comfy-table", "dep:statrs"]
|
||||
|
||||
|
||||
|
||||
@@ -27,3 +28,9 @@ hex = "0"
|
||||
paste = "1"
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
statrs = {version="0.16", optional=true}
|
||||
comfy-table = {version="7.1", optional=true}
|
||||
plotly = {version="0.8", optional=true}
|
||||
rayon = "1.12.0"
|
||||
faer = "0.24.0"
|
||||
faer-traits = "0.24.0"
|
||||
|
||||
Reference in New Issue
Block a user