# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "arc_ast" version = "0.4.2" authors = ["Aster "] exclude = ["/tests/*"] description = "Arc Readable Configuration" readme = "../../Readme.md" license = "MPL-2.0" repository = "https://github.com/doki-land/arc-rs" [dependencies.bigdecimal] version = "0.2" [dependencies.indexmap] version = "1.6" [dependencies.num] version = "0.3" [dependencies.serde] version = "1.0" [dependencies.serde-hjson] version = "0.9" optional = true [dependencies.serde_json] version = "1.0" optional = true [dependencies.toml] version = "0.5" optional = true [dependencies.yaml-rust] version = "0.4" optional = true [features] convert = ["json", "toml", "yaml"] default = ["convert"] hjson = ["serde-hjson"] json = ["serde_json", "serde_json/preserve_order"] yaml = ["yaml-rust"]