# 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 = "rustycasc" version = "0.2.1" authors = ["ferronn@ferronn.dev"] description = "Parses CASC and generates FrameXML extracts" license-file = "LICENSE" repository = "https://github.com/ferronn-dev/rustycasc" [dependencies.anyhow] version = "1.0.44" [dependencies.bytes] version = "1.1.0" [dependencies.clap] version = "2.33.3" [dependencies.futures] version = "0.3.17" [dependencies.hashers] version = "1.0.1" [dependencies.itertools] version = "0.10.1" [dependencies.log] version = "0.4.14" [dependencies.md5] version = "0.7.0" [dependencies.miniz_oxide] version = "0.4.4" [dependencies.nom] version = "7.0.0" [dependencies.nom-derive] version = "0.10.0" [dependencies.reqwest] version = "0.11.6" [dependencies.stderrlog] version = "0.5.1" [dependencies.structopt] version = "0.3.25" [dependencies.tokio] version = "1.12.0" features = ["fs", "macros", "rt-multi-thread"] [dependencies.velcro] version = "0.5.3" [dependencies.xml-rs] version = "0.8.4" [dependencies.zip] version = "0.5.13"