# 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 = "yenc" version = "0.2.2" authors = ["aswaving "] autobenches = false description = "Encodes and decodes using the yEnc encoding." documentation = "https://docs.rs/yenc/0.2.2/yenc/" keywords = ["yenc", "encode", "decode"] categories = ["encoding"] license = "MIT OR Apache-2.0" repository = "https://github.com/aswaving/yenc" [profile.bench] debug = true [profile.release] debug = true [[bench]] name = "encode" harness = false [[bench]] name = "decode" harness = false [dependencies.crc32fast] version = "1.2.0" [dev-dependencies.criterion] version = "0.3.3" [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.rand] version = "0.7.3"