# 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-codegen" version = "0.0.1-alpha.5" authors = ["Moe "] description = "Generate const language localisation map for code at compile time" categories = [ "internationalization", "localization", ] license = "Apache-2.0" repository = "https://github.com/2moe/glossa" [package.metadata.docs.rs] all-features = true targets = ["x86_64-unknown-linux-gnu"] [dependencies.getset] version = "0.1.2" [dependencies.hlight] version = "0.0.1-alpha.2" optional = true [dependencies.lang-id] version = "0.0.1-beta.3" features = ["map"] [dependencies.log] version = "0.4.18" [dependencies.once_cell] version = "1.17.2" [dependencies.phf] version = "0.11.1" [dependencies.phf_codegen] version = "0.11.1" [dependencies.ron] version = "0.8.0" optional = true [dependencies.serde] version = "1.0.163" features = ["derive"] [dependencies.serde_json] version = "1.0.96" optional = true [dependencies.serde_yaml] version = "0.9.21" optional = true [dependencies.toml] version = "0.7.4" optional = true [features] default = ["yaml"] highlight = ["dep:hlight"] json = ["dep:serde_json"] ron = ["dep:ron"] toml = ["dep:toml"] yaml = ["dep:serde_yaml"]