# 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 = "script-meditate" version = "0.1.0" authors = ["dmb-ish"] include = [ "/src/**", "/examples/**", "/scripts/**", "/LICENSE-APACHE", "/LICENSE-MIT", "/README.md", ] autoexamples = false description = "Supercharge Cargo scripts with inline structured data/configuration." readme = "README.md" keywords = [ "script", "cargo-script", ] categories = [ "command-line-interface", "config", "development-tools::build-utils", ] license = "MIT OR Apache-2.0" repository = "https://codeberg.org/dmb-ish/script-meditate" [package.metadata.docs.rs] features = [ "doc", "json", "toml", "yaml", ] [dependencies.document-features] version = "0.2.8" optional = true [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" optional = true [dependencies.serde_toml] version = "0.8.14" optional = true package = "toml" [dependencies.serde_yaml] version = "0.9.34" optional = true [features] default = [] doc = ["dep:document-features"] json = ["dep:serde_json"] toml = ["dep:serde_toml"] yaml = ["dep:serde_yaml"]