# 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 = "ore-encoding-rs" version = "0.23.3" authors = ["James Sadler "] description = "Plaintext encoding to prepare terms for encryption by ore.rs" homepage = "https://github.com/cipherstash/ore_encoding.rs" license-file = "COPYING" [[bench]] name = "f64-to-u64-encoding" harness = false [[bench]] name = "siphash" harness = false [dependencies.num] version = "0.4.0" [dependencies.siphasher] version = "0.3.9" [dev-dependencies.criterion] version = "0.3.5" [dev-dependencies.quickcheck] version = "1.0.3"