# 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 = "auksys" version = "0.1.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Program for conveniently run auKsys." homepage = "https://auksys.org" readme = "README.MD" keywords = [ "docker", "container", ] license = "MIT" repository = "https://gitlab.com/auksys/auksys" [[bin]] name = "auksys" path = "src/main.rs" [dependencies.atty] version = "0.2" [dependencies.clap] version = "4" features = ["derive"] [dependencies.colog] version = "1" [dependencies.crossbeam-channel] version = "0.5" [dependencies.ctrlc] version = "3" [dependencies.docker-ctl] version = ">=0.2.2" [dependencies.log] version = "0.4" [dependencies.standard_paths] version = "2" [dependencies.update-informer] version = "1.1.0" [dependencies.users] version = "0.11"