# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "localizer" version = "0.3.5" authors = ["Pavel Lazarev"] description = "Simple library for localization.\n" homepage = "https://crates.io/crates/localizer" documentation = "https://docs.rs/localizer/" readme = "README.md" keywords = ["localization"] categories = ["localization", "no-std"] license = "MIT" repository = "https://github.com/PSL9902/localizer.git" [dependencies.lazy_static] version = "1.4.0" optional = true default-features = false [dependencies.serde] version = "1.0.115" features = ["derive"] optional = true default-features = false [dependencies.serde_json] version = "1.0.64" optional = true default-features = false [dependencies.spin] version = "0.9.0" [dependencies.toml] version = "0.5.6" optional = true default-features = false [features] default = ["std", "format"] format = [] no_std = ["serde/alloc", "serde_json/alloc", "lazy_static/spin_no_std"] std = ["toml", "serde_json/std", "lazy_static", "serde/std"]