# 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 = "cands_cli" version = "0.1.3" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Digitalservo USBCAN CLI" homepage = "https://github.com/DigitalServo/USBCAN-CLI" readme = "README.md" keywords = [ "cli", "Japan", "Rust", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/DigitalServo/USBCAN-CLI" [[bin]] name = "cands_cli" path = "src/main.rs" [dependencies.cands_cyphal] version = "0.1.5" features = ["usb-ftdi"] [dependencies.clap] version = "4.5.7" features = ["derive"] [dependencies.csv] version = "1.3.0" [dependencies.serde] version = "1.0.203" features = ["derive"] [features] v1 = ["cands_cyphal/drvcan_v1"] v2 = ["cands_cyphal/drvcan_v2"]