# 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" rust-version = "1.75.0" name = "ignition-config" version = "0.5.0" authors = ["Benjamin Gilbert "] build = "build.rs" exclude = [ "/.github", "/.gitignore", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Data structures for reading/writing Ignition configs" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/coreos/ignition-config-rs" [package.metadata.release] pre-release-commit-message = "cargo: ignition-config release {{version}}" publish = false push = false sign-commit = true sign-tag = true tag-message = "ignition-config v{{version}}" [lib] name = "ignition_config" path = "src/lib.rs" [dependencies.semver] version = "1.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_ignored] version = "0.1" [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [build-dependencies.anyhow] version = "1.0" [build-dependencies.proc-macro2] version = "1.0" optional = true [build-dependencies.quote] version = "1.0" optional = true [build-dependencies.schemafy_lib] version = "0.6.0" optional = true [build-dependencies.syn] version = ">= 1, < 3" features = [ "full", "parsing", "visit-mut", ] optional = true [build-dependencies.tempfile] version = "3.2.0" optional = true [features] regenerate = [ "proc-macro2", "quote", "schemafy_lib", "syn", "tempfile", ]