# 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" name = "carrot_robotics" version = "0.1.0" authors = ["scepter914 "] description = "Robotics application" documentation = "https://docs.rs/carrot_robotics" readme = "README.md" categories = [ "", "", ] license = "MIT" repository = "https://github.com/scepter914/carrot_robotics" resolver = "1" [dependencies.carrot_utils] version = "0.1.6" [dependencies.clap] version = "4.4.18" features = ["derive"] [dependencies.log] version = "0.4.20" [dependencies.serde] version = "1.0.195" [dependencies.serde_derive] version = "1.0.195" [dependencies.toml] version = "0.8.8"