# 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 = "dimasctl" version = "0.4.1" authors = ["stepkun "] build = false exclude = ["tests/**/*"] autobins = false autoexamples = false autotests = false autobenches = false 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/" [[bin]] name = "dimasctl" path = "src/main.rs" [dependencies.chrono] version = "0.4.34" [dependencies.clap] version = "4.1.0" features = ["derive"] [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" [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"