# 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 = "bintext" version = "0.1.3" authors = ["lassade "] description = "Encode and decodes binary encoded text into aligned binary blobs using SIMD" documentation = "https://docs.rs/bintext/" readme = "Readme.md" license = "MIT" repository = "https://github.com/lassade/bintext" [[bench]] name = "bench" harness = false [dependencies] [dev-dependencies.base16] version = "0.2.1" [dev-dependencies.base64] version = "0.12.3" [dev-dependencies.core_affinity] version = "0.5.10" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.faster-hex] version = "0.4.1" [dev-dependencies.hex] version = "0.4.2" [dev-dependencies.radix64] version = "0.6.2" [dev-dependencies.rand] version = "0.7"