# 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 = "txl-rs" version = "0.0.3" authors = ["Yijun Yu "] description = "Wrapper of txl for Rust" homepage = "https://github.com/yijunyu/txl-rs" documentation = "https://docs.rs/txl-rs" readme = "README.md" keywords = [ "parser", "transformation", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/yijunyu/txl-rs" [[bin]] name = "txl-rs" path = "src/main.rs" [dependencies.flate2] version = "1.0.24" [dependencies.regex] version = "1.7.0" [dependencies.reqwest] version = "0.11.13" features = ["blocking"] [dependencies.tar] version = "0.4.28" [dependencies.zip] version = "0.6.3"