# 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 = "ric" version = "0.1.2" authors = ["Tyler Mayoff"] description = "A simple tool to run commands inside a container" homepage = "https://github.com/tmayoff/ric" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/tmayoff/ric" [dependencies.anyhow] version = "1.0.70" [dependencies.assert_cmd] version = "2.0.10" [dependencies.async-std] version = "1.12.0" features = ["tokio1"] [dependencies.clap] version = "4.1.11" features = [ "derive", "env", ] [dependencies.ctrlc] version = "3.2.5" features = ["termination"] [dependencies.docker-api] version = "0.12.1" [dependencies.env_logger] version = "0.10.0" [dependencies.futures-util] version = "0.3.27" [dependencies.log] version = "0.4.17" [dependencies.thiserror] version = "1.0.40" [dependencies.users] version = "0.11.0"