# 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 = "yamlette" version = "0.1.1" authors = ["dnsl48 "] description = "Complete and comprehensive YAML 1.2 processor, written in pure rust" homepage = "https://github.com/dnsl48/yamlette.git" documentation = "https://docs.rs/yamlette/" readme = "README.md" keywords = [ "parser", "yaml", "json", "serialization", ] categories = [ "config", "encoding", "parser-implementations", ] license = "MIT/Apache-2.0" repository = "https://github.com/dnsl48/yamlette.git" [dependencies.fraction] version = "0.12" [dependencies.num] version = "0.4" features = [ "num-bigint", "std", ] default-features = false [dependencies.skimmer] version = "0.0.3" [features]