# 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 = "mdbook-fluent" version = "0.1.0" authors = ["Jakub Koralewski\\ "] description = "mdBook preprocessor for variable interpolation using the Fluent language" readme = "README.md" keywords = ["fluent", "mdbook"] categories = ["web-programming", "template-engine", "internationalization"] license = "MIT OR Apache-2.0" repository = "https://github.com/JakubKoralewski/mdbook-fluent" [[bin]] name = "mdbook-fluent" path = "src/bin/bin.rs" [dependencies.clap] version = "2.33.0" [dependencies.fluent] version = "0.11.0" [dependencies.mdbook] version = "0.3.6" features = [] [dependencies.semver] version = "0.9.0" [dependencies.serde_json] version = "1.0.48" [dependencies.unic-langid] version = "0.8.0" [dev-dependencies.mdbook] version = "0.3.6" features = ["output", "debug"]