[package] authors = ["FL03 (https://github.com/FL03)", "Scattered-Systems (https://github.com/scattered-systems)"] categories = [] description = "scsys-agents" edition = "2021" homepage = "https://github.com/scattered-systems/scsys/wiki" keywords = ["scsys"] license = "MIT" name = "scsys-agents" readme = "README.md" repository = "https://github.com/scattered-systems/scsys" version = "0.1.28" # TODO: Update the package version [features] default = ["core", "wasm"] full = ["core", "extras", "wasm"] core = [] wasm = [ "wasm-ext" ] wasm-ext = [] extras = [] [lib] crate-type = ["cdylib", "rlib"] test = true [dev-dependencies.scsys-core] path = "../core" [dependencies] chrono = "0.4.22" serde = { features = ["derive"], version = "1.0.147" } serde_json = "1.0.87" strum = { features = ["derive"], version = "0.24.1" } [package.metadata.docs.rs] all-features = true rustc-args = ["--cfg", "docsrs"]