# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.81.0" name = "dimas" version = "0.4.1" authors = ["stepkun "] build = false exclude = ["tests/**/*"] autobins = false autoexamples = false autotests = false autobenches = false description = "dimas - a framework for Distributed Multi Agent Systems" homepage = "https://dimas-fw.github.io/" documentation = "https://docs.rs/dimas/latest/dimas/" readme = "README.md" keywords = [ "automation", "mas", "robots", "robotics", ] categories = [ "development-tools", "network-programming", "science::robotics", "simulation", ] license-file = "LICENSE" repository = "https://github.com/dimas-fw/dimas/" [lib] name = "dimas" path = "src/lib.rs" [[example]] name = "observable" path = "examples/observable/main.rs" [[example]] name = "observer" path = "examples/observer/main.rs" [[example]] name = "publisher" path = "examples/publisher/main.rs" [[example]] name = "querier" path = "examples/querier/main.rs" [[example]] name = "queryable" path = "examples/queryable/main.rs" [[example]] name = "subscriber" path = "examples/subscriber/main.rs" [dependencies.bitcode] version = "0.6.0" [dependencies.chrono] version = "0.4.34" [dependencies.derive_more] version = "1.0.0" features = ["from"] [dependencies.dimas-com] version = "0.4.1" [dependencies.dimas-commands] version = "0.4.1" [dependencies.dimas-config] version = "0.4.1" [dependencies.dimas-core] version = "0.4.1" [dependencies.dimas-macros] version = "0.4.1" [dependencies.dimas-time] version = "0.4.1" [dependencies.dirs] version = "5.0.0" [dependencies.futures] version = "0.3.30" [dependencies.thiserror] version = "1.0.65" [dependencies.tokio] version = "1.40.0" features = [ "rt-multi-thread", "signal", "sync", "time", ] [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.0" [dependencies.zenoh] version = "1.0.0" [dev-dependencies.doc-comment] version = "0.3.0" [build-dependencies] [features] unstable = [ "zenoh/unstable", "dimas-com/unstable", "dimas-core/unstable", ] [lints.clippy] enum_glob_use = "deny" unwrap_used = "deny" [lints.clippy.nursery] level = "deny" priority = -1 [lints.clippy.pedantic] level = "deny" priority = -1 [lints.rust] missing_docs = "warn" unsafe_code = "forbid" [lints.rustdoc] private_intra_doc_links = "allow"