# 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.70" name = "cargo_toml" version = "0.20.5" authors = ["Kornel "] build = false include = [ "src/*.rs", "Cargo.toml", "README.md", "LICENSE", ] autobins = false autoexamples = false autotests = false autobenches = false description = "`Cargo.toml` struct definitions for parsing with Serde" homepage = "https://lib.rs/cargo_toml" documentation = "https://docs.rs/cargo_toml" readme = "README.md" keywords = [ "cargo", "metadata", "schema", "struct", "serde", ] categories = [ "rust-patterns", "parser-implementations", ] license = "Apache-2.0 OR MIT" repository = "https://gitlab.com/lib.rs/cargo_toml" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg=docsrs", "--generate-link-to-definition", ] targets = ["x86_64-unknown-linux-gnu"] [package.metadata.release] tag-prefix = "" [lib] name = "cargo_toml" path = "src/cargo_toml.rs" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.toml] version = "0.8.14" [features] features = [] [badges.maintenance] status = "actively-developed"