# 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] name = "binjs_io" version = "0.2.1" authors = ["David Teller "] description = "I/O component of the Binary AST reference implementation." license = "MIT" repository = "https://github.com/Yoric/binjs-ref" [dependencies.bincode] version = "^1.0" [dependencies.binjs_shared] version = "^0.1" [dependencies.brotli] version = "^3.1" [dependencies.clap] version = "^2.32" [dependencies.derive_more] version = "0.13.0" [dependencies.flate2] version = "^1.0" [dependencies.itertools] version = "^0.7" [dependencies.log] version = "^0.4" [dependencies.lzw] version = "^0.10" [dependencies.rand] version = "^0.6" [dependencies.range-encoding] version = "0.1.9" [dependencies.serde] version = "^1.0" [dependencies.serde_derive] version = "^1.0" [dependencies.vec_map] version = "^0.8" [dependencies.xml-rs] version = "^0.8" [dev-dependencies.assert_matches] version = "^1.3" [dev-dependencies.env_logger] version = "^0.6"