# 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 = "helm2oci" version = "0.1.0" build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "A tool to convert Helm charts tarfiles into OCI layout" homepage = "https://github.com/microsoft/helm2oci" documentation = "https://github.com/microsoft/helm2oci/blob/main/README.md" readme = "README.md" license = "MIT" repository = "https://github.com/microsoft/helm2oci" [[package.metadata.generate-rpm.assets]] dest = "/usr/bin/helm2oci" mode = "0755" source = "target/release/helm2oci" [[package.metadata.generate-rpm.assets]] dest = "/usr/share/doc/helm2oci/LICENSE" doc = true mode = "0644" source = "LICENSE" [[bin]] name = "helm2oci" path = "src/main.rs" [[test]] name = "it" path = "tests/it.rs" [dependencies.anyhow] version = "1.0.75" [dependencies.argh] version = "0.1.12" [dependencies.flate2] version = "1.0.24" features = ["zlib"] default-features = false [dependencies.ocidir] version = "0.2.1" [dependencies.serde_json] version = "1.0.105" [dependencies.serde_yml] version = "0.0.12" [dependencies.tar] version = "0.4.38" [dev-dependencies.test-temp-dir] version = "0.2.2" [dev-dependencies.testcontainers] version = "0.21.1" features = ["blocking"] [dev-dependencies.testcontainers-modules] version = "0.9.0" features = ["cncf_distribution"]