# 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.4" authors = ["Norberto Lopes "] 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.7" [dependencies.block-modes] version = "0.4" [dependencies.block-padding] version = "0.2" [dependencies.byteorder] version = "1.3" [dependencies.chrono] version = "0.4" [dependencies.crypto-mac] version = "0.8" [dependencies.digest] version = "0.9" [dependencies.hex-literal] version = "0.2" [dependencies.hmac] version = "0.8" [dependencies.lz4-sys] version = "1.9" [dependencies.pbkdf2] version = "0.4" [dependencies.plist] version = "1.0" [dependencies.ring] version = "0.16" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.sha-1] version = "0.9" [dependencies.sha2] version = "0.9" [badges.travis-ci] branch = "master" repository = "nlopes/arq"