# 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 = "oci-spec" version = "0.7.1" authors = [ "Furisto", "Sascha Grunert ", "Toru Komatsu ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Open Container Initiative Specifictions in Rust" homepage = "https://github.com/containers/oci-spec-rs" documentation = "https://docs.rs/oci-spec" readme = "README.md" keywords = [ "oci", "spec", "container", "runtime", "image", ] categories = ["api-bindings"] license = "Apache-2.0" repository = "https://github.com/containers/oci-spec-rs" [lib] name = "oci_spec" path = "src/lib.rs" [dependencies.derive_builder] version = "0.20.0" [dependencies.getset] version = "0.1.1" [dependencies.quickcheck] version = "1.0.3" optional = true [dependencies.regex] version = "1" [dependencies.serde] version = "1.0.129" features = ["derive"] [dependencies.serde_json] version = "1.0.66" [dependencies.strum] version = "0.26.2" [dependencies.strum_macros] version = "0.26.2" [dependencies.thiserror] version = "2.0.0" [dev-dependencies.rstest] version = "0.23.0" [dev-dependencies.serde_json] version = "1.0.66" features = ["preserve_order"] [dev-dependencies.tempfile] version = "3.2.0" [features] default = [ "distribution", "image", "runtime", ] distribution = [] image = [] proptests = ["quickcheck"] runtime = []