# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "iocage-provision" version = "0.2.0" authors = ["Fletcher Nichol "] exclude = ["/.ci/", ".cirrus.yml", ".prettierrc.yml"] description = "Creates an iocage based FreeBSD jail\n" homepage = "https://github.com/fnichol/iocage-provision" documentation = "https://github.com/fnichol/iocage-provision" keywords = ["iocage", "jail", "freebsd"] categories = ["command-line-utilities"] license = "MPL-2.0" repository = "https://github.com/fnichol/iocage-provision" [package.metadata.docs.rs] no-default-features = true [dependencies.anyhow] version = "1.0.38" optional = true [dependencies.chrono] version = "0.4.9" optional = true [dependencies.clap] version = "3.0.0-beta.2" optional = true [dependencies.human-panic] version = "1.0.1" optional = true [dependencies.ipnet] version = "2.0.0" [dependencies.lazy_static] version = "1.4.0" optional = true [dependencies.log] version = "0.4.8" [dependencies.nix] version = "0.21.0" [dependencies.shell-words] version = "1.0.0" [dependencies.tempfile] version = "3.1.0" [dependencies.thiserror] version = "1.0.23" [dependencies.users] version = "0.11.0" [dev-dependencies.version-sync] version = "0.9.1" [features] application = ["anyhow", "chrono", "clap", "human-panic", "lazy_static"] default = ["application"]