# 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 = "fluent-datetime" version = "0.1.0" description = "Integrate ICU international date formatting with Fluent translations" readme = "README.md" license = "ISC" repository = "https://github.com/g2p/fluent-datetime" [dependencies.fluent-bundle] version = "0.15" [dependencies.icu_calendar] version = "1.3" [dependencies.icu_datetime] version = "1.3" [dependencies.icu_locid] version = "1.3" [dependencies.icu_provider] version = "1.3" [dependencies.intl-memoizer] version = "0.5" [dependencies.unic-langid] version = "0.9" [dev-dependencies.fluent] version = "0.16"