# 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 = "xliff" version = "0.3.0-alpha.4" authors = ["Konstantin Kostov "] exclude = [".idea/*", ".DS_Store", "tests/*"] description = "Library for reading and writing localized text stored in XLIFF format." readme = "README.md" keywords = ["xliff", "i18n", "multi-language", "localization", "translation"] categories = ["internationalization", "localization"] license = "Apache-2.0" repository = "https://github.com/kkostov/hb-rs-xliff" [dependencies.quick-xml] version = "0.17" [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen] version = "0.2.63" [badges.maintenance] status = "experimental" [badges.travis-ci] branch = "master" repository = "kkostov/hb-rs-xliff"