# 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" rust-version = "1.57" name = "xts-mode" version = "0.5.1" authors = ["Aphek "] exclude = ["test_files"] description = "XTS block mode implementation in rust" documentation = "https://docs.rs/xts-mode" readme = "README.md" keywords = [ "encryption", "xts", ] categories = [ "cryptography", "no-std", "block-cipher", ] license = "MIT" repository = "https://github.com/pheki/xts-mode" [[bench]] name = "encryption" harness = false [dependencies.byteorder] version = "1" default-features = false [dependencies.cipher] version = "0.4" [dependencies.openssl] version = "0.10" optional = true [dev-dependencies.aes] version = "0.8" [dev-dependencies.criterion] version = "0.4" [dev-dependencies.hex-literal] version = "0.3" [dev-dependencies.rand] version = "0.8" [features] default = ["std"] openssl_tests = ["openssl"] std = []