# 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 = "2018" name = "mdevctl" version = "1.3.0" authors = ["Jonathon Jongsma "] description = "A mediated device management utility for Linux" homepage = "https://github.com/mdevctl/mdevctl" readme = "README.md" license = "LGPL-2.1" repository = "https://github.com/mdevctl/mdevctl" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.0" features = [ "derive", "wrap_help", ] [dependencies.env_logger] version = "0.9.0" [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" features = ["preserve_order"] [dependencies.uuid] version = "1.0" features = ["v4"] [dev-dependencies.libc] version = "0.2" [dev-dependencies.nix] version = "0.26" [dev-dependencies.tempfile] version = "3" [build-dependencies.clap] version = "4.0" features = ["derive"] [build-dependencies.clap_complete] version = "4.0" [build-dependencies.uuid] version = "1.0"