# 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 = "voml-collection" version = "0.3.2" authors = ["192607617@qq.com"] exclude = ["/tests/*"] description = "Collections for [VOML](https://github.com/voml/voml-rs)" homepage = "https://github.com/voml/voml-rs" documentation = "https://docs.rs/voml-collection" readme = "Readme.md" license = "MPL-2.0" repository = "https://github.com/voml/voml-rs" resolver = "1" [dependencies.dashu] version = "0.3.1" features = ["serde"] optional = true [dependencies.indexmap] version = "1.9.2" features = ["serde"] [dependencies.num] version = "0.4.0" features = ["serde"] [dependencies.rust_decimal] version = "1.27.0" features = ["serde"] optional = true [dependencies.serde] version = "1.0.149" features = ["derive"] [dev-dependencies.diagnostic-quick] version = "0.2.8" features = ["peginator"] [dev-dependencies.peginator_codegen] version = "0.6.0" [features] default = []