blob: d3f1b2c2a79d16d3f5eb251d29d6b4566f7c4670 [file] [log] [blame]
# 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 = "xts-mode"
version = "0.4.1"
authors = ["Aphek <bilkow@tutanota.com>"]
exclude = ["test_files"]
description = "XTS block mode implementation in rust"
documentation = "https://docs.rs/xts-mode"
readme = "README.md"
keywords = ["encryption", "xts"]
license = "MIT"
repository = "https://github.com/pheki/xts-mode"
[[bench]]
name = "encryption"
harness = false
[dependencies.byteorder]
version = "1"
[dependencies.cipher]
version = "0.3"
[dev-dependencies.aes]
version = "0.7.5"
[dev-dependencies.criterion]
version = "0.3"
[dev-dependencies.hex-literal]
version = "0.3"
[dev-dependencies.rand]
version = "0.8"