[package] name = "operator_advisor" version = "0.1.8" authors = ["Bryan-Elliott Tam "] edition = "2018" readme = "readme.md" license-file = "LICENSE" description = "advisor of forest operators library for a digital twin application prototype" keywords = ["digital_twin", "forestry"] repository = "https://gitlab.com/forestry-operator-digital-twin/operator-advisor" publish = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] ndarray = "0.15.3" ndarray-rand = "0.14.0" serde_json = "1.0.68" serde = { version = "1.0.130", features = ["derive"] } enum-ordinalize = "3.1.10" lazy_static = "1.4.0" strum = "0.22.0" strum_macros = "0.22" rand = "0.8.4" glob = "0.3.0" regex = "1.5.4"