# 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 = "composefs" version = "0.2.0" build = false exclude = [ "/.git*", "/examples/", ] autobins = false autoexamples = false autotests = false autobenches = false default-run = "cfsctl" description = "Rust library for the composefs filesystem" readme = "README.md" keywords = ["composefs"] license = "MIT OR Apache-2.0" repository = "https://github.com/containers/composefs-rs" [profile.dev.package.sha2] opt-level = 3 [lib] name = "composefs" path = "src/lib.rs" [[bin]] name = "cfsctl" path = "src/bin/cfsctl.rs" [[bin]] name = "composefs-pivot-sysroot" path = "src/bin/composefs-pivot-sysroot.rs" [[bin]] name = "mount" path = "src/bin/mount.rs" [[test]] name = "repo" path = "tests/repo.rs" [dependencies.anyhow] version = "1.0.89" default-features = false [dependencies.async-compression] version = "0.4.17" features = [ "tokio", "gzip", ] default-features = false [dependencies.clap] version = "4.5.19" features = [ "std", "derive", ] default-features = false [dependencies.containers-image-proxy] version = "0.7.0" [dependencies.hex] version = "0.4.3" [dependencies.indicatif] version = "0.17.8" features = ["tokio"] [dependencies.oci-spec] version = "0.7.0" [dependencies.regex-automata] version = "0.4.8" default-features = false [dependencies.rustix] version = "0.38.37" features = [ "fs", "mount", "process", ] [dependencies.sha2] version = "0.10.8" [dependencies.tar] version = "0.4.42" default-features = false [dependencies.tempfile] version = "3.13.0" [dependencies.tokio] version = "1.41.0" [dependencies.zstd] version = "0.13.2" [dev-dependencies]