# 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 = "marked-yaml" version = "0.7.1" authors = ["Daniel Silverstone "] description = "A simplified YAML structure with provenance spans" homepage = "https://github.com/kinnison/marked-yaml/" readme = "README.md" keywords = [ "yaml", "provenance", ] categories = [ "data-structures", "encoding", "parsing", ] license = "MIT" repository = "https://github.com/kinnison/marked-yaml.git" [package.metadata.docs.rs] all-features = true [dependencies.doc-comment] version = "0.3" [dependencies.hashlink] version = "0.9.0" [dependencies.serde] version = "1.0.194" features = ["derive"] optional = true [dependencies.serde_path_to_error] version = "0.1.16" optional = true [dependencies.yaml-rust] version = "0.8" package = "yaml-rust2" [features] default = [] serde = ["dep:serde"] serde-path = [ "serde", "dep:serde_path_to_error", ] [badges.maintenance] status = "experimental"