# 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-langneg" version = "0.14.1" authors = ["Zibi Braniecki "] include = [ "src/**/*", "benches/*.rs", "Cargo.toml", "README.md", ] description = """ A library for language and locale negotiation. """ homepage = "http://projectfluent.org/" readme = "README.md" categories = [ "internationalization", "localization", ] license = "Apache-2.0" repository = "https://github.com/projectfluent/fluent-langneg-rs" [[bench]] name = "negotiate" harness = false [dependencies.icu_locid] version = "1.4" [dependencies.icu_locid_transform] version = "1.4" optional = true [dev-dependencies.criterion] version = "0.3" [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.serde_json] version = "1.0" [features] cldr = ["icu_locid_transform"] default = [] [badges.coveralls] branch = "master" repository = "projectfluent/fluent-langneg-rs" service = "github" [badges.maintenance] status = "actively-developed" [badges.travis-ci] repository = "projectfluent/fluent-langneg-rs"