# 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 = "sorrow-i18n" version = "0.1.2" exclude = ["examples/*", "resources/*", ".github/*", "scheme/*"] description = "Simple I18N implementation with the ability to update localizations in real time" readme = "README.md" keywords = ["internationalization", "i18n", "simple-i18n"] categories = ["internationalization"] license = "MIT" repository = "https://github.com/SinmoWay/simple-i18n" resolver = "2" [dependencies.err-derive] version = "0.3.0" [dependencies.include_dir] version = "0.6.2" optional = true [dependencies.lazy_static] version = "1.4.0" optional = true [dependencies.log] version = "0.4.14" [dependencies.notify] version = "5.0.0-pre.13" [dependencies.once_cell] version = "1.8.0" optional = true [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_yaml] version = "0.8.21" [dependencies.sys-locale] version = "0.1.0" [features] default = [] incl_dir = ["include_dir"] macro = ["lazy_static", "once_cell"]