arq 0.1.3

Arq library to manage Arq Backup data formats
Documentation
# 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 = "arq"
version = "0.1.3"
authors = ["Norberto Lopes <nlopes.ml@gmail.com>"]
exclude = [".gitignore", ".travis.yml"]
description = "Arq library to manage Arq Backup data formats"
documentation = "https://docs.rs/arq"
keywords = ["arq", "backup"]
categories = ["data-structures", "encoding"]
license = "MIT"
repository = "https://github.com/nlopes/arq.git"
[package.metadata.docs.rs]
rustc-args = ["-C", "target-feature=+aes", "-C", "target-cpu=native"]
rustdoc-args = ["-C", "target-feature=+aes", "-C", "target-cpu=native"]
[dependencies.aesni]
version = "0.6"

[dependencies.block-modes]
version = "0.3"

[dependencies.block-padding]
version = "0.1"

[dependencies.byteorder]
version = "1.3"

[dependencies.chrono]
version = "0.4"

[dependencies.crypto-mac]
version = "0.7"

[dependencies.digest]
version = "0.8"

[dependencies.hex-literal]
version = "0.2"

[dependencies.hmac]
version = "0.7"

[dependencies.lz4-sys]
version = "1.8"

[dependencies.pbkdf2]
version = "0.3"

[dependencies.plist]
version = "0.4"

[dependencies.ring]
version = "0.14"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.sha-1]
version = "0.8"

[dependencies.sha2]
version = "0.8"
[badges.travis-ci]
branch = "master"
repository = "nlopes/arq"