# 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 = "rsbinder-tools" version = "0.2.4" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "This provides a few CLI binder tools for Linux." homepage = "https://hiking90.github.io/rsbinder-book/" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/hiking90/rsbinder/rsbinder-tools" [[bin]] name = "rsb_device" path = "src/bin/rsb_device.rs" [[bin]] name = "rsb_hub" path = "src/bin/rsb_hub.rs" [dependencies.anstyle] version = "1.0" [dependencies.env_logger] version = "0.11" [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4" [dependencies.nix] version = "0.28" [dependencies.rsbinder] version = "0.2.4"