# 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 = "cntr" version = "1.5.4" authors = ["Jörg Thalheim "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A container debugging tool based on FUSE" readme = "README.md" categories = [ "development-tools::debugging", "os::unix-apis", ] license = "MIT" repository = "https://github.com/Mic92/cntr" [profile.release] lto = true [lib] name = "cntr" path = "src/lib.rs" [[bin]] name = "cntr" path = "src/bin/main.rs" [[example]] name = "cntrfs" path = "examples/cntrfs.rs" [dependencies.chashmap] version = "2.2.2" [dependencies.clap] version = "4" features = [ "std", "cargo", "derive", "help", ] default-features = false [dependencies.cntr-fuse] version = "0.4.2" default-features = false [dependencies.container-pid] version = "0.2.0" [dependencies.cpuprofiler] version = "0.0.4" optional = true [dependencies.libc] version = "0.2.161" [dependencies.log] version = "0.4.22" [dependencies.nix] version = "0.29.0" features = [ "fs", "mount", "poll", "process", "sched", "signal", "socket", "user", "term", ] [dependencies.parking_lot] version = "0.12.3" [dependencies.simple-error] version = "0.3.1" [dev-dependencies.lazy_static] version = "1.5" [features] profiling = [] verbose_fuse_test_log = []