# 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 = "glossa" version = "0.0.1-alpha.10" authors = ["Moe "] description = "A language localisation library" readme = "Readme.md" categories = [ "internationalization", "localization", ] license = "Apache-2.0" repository = "https://github.com/2moe/glossa" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "__glossa_doc", ] targets = ["x86_64-unknown-linux-gnu"] [lib] path = "src/lib.rs" [dependencies.ahash] version = "0.8.3" optional = true [dependencies.fluent-templates] version = "0.8.0" optional = true [dependencies.getset] version = "0.1.2" [dependencies.lang-id] version = "0.0.1-beta.3" [dependencies.log] version = "0.4.18" optional = true [dependencies.once_cell] version = "1.17.2" [dependencies.phf] version = "0.11.1" [dependencies.thiserror] version = "1.0.40" [dev-dependencies.anyhow] version = "1.0.71" [dev-dependencies.env_logger] version = "0.10.0" features = [ "humantime", "auto-color", ] default-features = false [build-dependencies.glossa-codegen] version = "0.0.1-alpha.5" [features] ahash = ["dep:ahash"] default = [ "log", "ahash", ] fluent = ["dep:fluent-templates"] log = ["dep:log"]