# 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 = "ason" version = "1.3.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "ASON is a data format that evolved from JSON, introducing strong data typing and support for variant types." homepage = "https://hemashushu.github.io/works/ason" documentation = "https://hemashushu.github.io/works/ason" readme = "README.md" keywords = [ "ason", "parser", "json", "serde", "xiaoxuan", ] categories = [ "encoding", "parser-implementations", ] license = "MPL-2.0" repository = "https://github.com/hemashushu/ason-rs" [lib] name = "ason" path = "src/lib.rs" [dependencies.chrono] version = "0.4.38" features = ["serde"] [dependencies.hexfloat2] version = "0.1.3" [dependencies.serde] version = "1.0.214" features = ["derive"] [dependencies.serde_bytes] version = "0.11" [dev-dependencies.pretty_assertions] version = "1.4.1" [features]