# 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 = "cordon" version = "0.3.0" description = "Embeddable sandboxing a-la-carte" homepage = "https://github.com/wgoodall01/cordon" documentation = "https://docs.rs/cordon" readme = "README.md" license = "MIT" repository = "https://github.com/wgoodall01/cordon" [package.metadata.release] pre-release-commit-message = "Release {{crate_name}} v{{version}}" tag-message = "Release {{crate_name}} v{{version}}" [dependencies.alloc_counter] version = "0.0.4" [dependencies.c_str_macro] version = "1.0.3" [dependencies.dbus] version = "0.9.7" [dependencies.libc] version = "0.2.148" [dependencies.rand] version = "0.8.5" [dependencies.thiserror] version = "1.0.50" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] [dev-dependencies.eyre] version = "0.6.9"