# 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 = "2021" name = "sapphire-hash-core" version = "0.1.2" description = "The core of sapphire-hash." readme = "README.md" license = "MIT" repository = "https://github.com/rhian-cs/sapphire-hash" resolver = "1" [dependencies.csv] version = "1.3.0" [dependencies.hex] version = "0.4.3" [dependencies.log] version = "0.4.20" [dependencies.openssl] version = "0.10" [dependencies.openssl-sys] version = "0.9" [dependencies.strum] version = "0.25" features = ["derive"] [dependencies.tokio] version = "1" features = [ "rt-multi-thread", "macros", ]