# 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.77.0" name = "dimasctl" version = "0.2.1" authors = ["stepkun "] description = "dimasctl - a cli for DiMAS" homepage = "https://dimas-fw.github.io/" documentation = "https://docs.rs/dimasctl/latest/dimasctl/" 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/" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4" features = ["derive"] [dependencies.dimas-com] version = "0.2.1" [dependencies.dimas-commands] version = "0.2.1" [dependencies.dimas-config] version = "0.2.1" [dependencies.dimas-core] version = "0.2.1" [lints.clippy] enum_glob_use = "deny" nursery = "deny" pedantic = "deny" unwrap_used = "deny" [lints.rust] missing_docs = "warn" unsafe_code = "forbid" [lints.rustdoc] private_intra_doc_links = "allow"