# 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 = "tuxtrain" version = "0.0.4" authors = ["leaty "] description = "An easy-to-use generic trainer for Linux" readme = "README.md" license = "MIT" repository = "https://github.com/leaty/tuxtrain" resolver = "2" [lib] name = "tuxtrain" crate-type = ["rlib", "dylib"] path = "src/lib.rs" [[bin]] name = "tuxtrain" path = "src/bin/tuxtrain.rs" [[bin]] name = "tuxtraind" path = "src/bin/tuxtraind.rs" [dependencies.clap] version = "3.1.6" features = ["derive"] [dependencies.colored] version = "2.0.0" [dependencies.hex] version = "0.4.3" [dependencies.nix] version = "0.23.1" [dependencies.procfs] version = "0.12.0" [dependencies.serde] version = "1.0.136" features = ["derive"] [dependencies.toml] version = "0.5.8"