# 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 = "2018" name = "mdbook-i18n" version = "0.1.3" authors = ["funkill2 "] exclude = [ "/example", "/.github", ] description = "L10n/i18n plugin for mdbook" readme = "README.md" keywords = [ "book", "mdbook", "l10n", "localization", ] license = "MIT" repository = "https://github.com/funkill/mdbook-i18n" [[bin]] name = "mdbook-i18n" doc = false [dependencies.anyhow] version = "1" [dependencies.chrono] version = "0.4" [dependencies.env_logger] version = "0.10" [dependencies.log] version = "0.4" [dependencies.mdbook] version = "0.4" [dependencies.toml] version = "0.5"