# 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 = "curltainer" version = "1.0.1" authors = ["Sven Sauleau "] build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "curl anything running inside a Docker container, even with no exposed ports" readme = "README.md" keywords = [ "curl", "docker", "network", "namespace", ] license = "MIT" repository = "https://github.com/xtuc/curltainer" [[bin]] name = "curltainer" path = "src/main.rs" [dependencies.bollard] version = "0.18.1" [dependencies.clap] version = "4.5.21" features = ["derive"] [dependencies.nix] version = "0.29.0" features = ["sched"] [dependencies.tokio] version = "1.41.1" features = [ "rt-multi-thread", "macros", ]