# 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 = "ffsend-api" version = "0.7.3" authors = ["Tim Visee <3a4fb3964f@sinenomine.email>"] build = "build.rs" description = "A fully featured Firefox Send API client." homepage = "https://timvisee.com/projects/ffsend" documentation = "https://docs.rs/ffsend-api" readme = "README.md" keywords = ["send", "firefox", "api"] categories = ["api-bindings", "authentication", "cryptography", "network-programming"] license = "MIT" repository = "https://github.com/timvisee/ffsend-api" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [lib] name = "ffsend_api" path = "src/lib.rs" [dependencies.anyhow] version = "1.0" [dependencies.arrayref] version = "0.3" [dependencies.base64] version = "0.13" [dependencies.byteorder] version = "1.3" [dependencies.bytes] version = "1.0" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.derive_builder] version = "0.9" [dependencies.hkdf] version = "0.11" [dependencies.hyper] version = "^0.14" [dependencies.mime] version = "^0.3.7" [dependencies.mime_guess] version = "2.0" [dependencies.openssl] version = "0.10" optional = true [dependencies.regex] version = "1.3" [dependencies.reqwest] version = "0.11" features = ["blocking", "json"] [dependencies.ring] version = "0.16" optional = true [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.sha2] version = "0.9" [dependencies.thiserror] version = "1.0" [dependencies.time] version = "0.2" [dependencies.url] version = "2.1" features = ["serde"] [dependencies.version-compare] version = "0.0.11" [dependencies.websocket] version = "0.26" optional = true [features] crypto-openssl = ["openssl", "reqwest/default-tls"] crypto-ring = ["ring", "reqwest/rustls-tls"] default = ["send3", "crypto-ring"] send2 = ["reqwest/multipart"] send3 = ["websocket"] [badges.gitlab] branch = "master" repository = "timvisee/ffsend-api"