# 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 = "mf1-parser" version = "0.1.5" authors = ["Jade Ellis "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Parse ICU MessageFormat 1 syntax" homepage = "https://github.com/JadedBlueEyes/messageformat/tree/main/crates/mf1-parser" readme = "README.md" keywords = [ "messageformat", "icu", "syntax", "parse", ] categories = [ "internationalization", "localization", ] license = "MIT OR Apache-2.0" repository = "https://github.com/JadedBlueEyes/messageformat" [lib] name = "mf1_parser" path = "src/lib.rs" [dependencies.icu_plurals] version = "1.5.0" features = [ "serde", "datagen", ] [dependencies.logos] version = "0.14.0" [dependencies.serde] version = "1.0.203" features = ["derive"]