# 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.75" name = "sett" version = "0.3.0" authors = [ "Gerhard Bräunlich ", "Christian Ribeaud ", "Jarosław Surkont ", "Simone Guzzi ", "Robin Engler ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust port of sett (data compression, encryption and transfer tool)." homepage = "https://gitlab.com/biomedit/sett-rs" documentation = "https://docs.rs/sett" readme = "README.md" keywords = [ "encryption", "openpgp", ] categories = ["cryptography"] license = "LGPL-3.0-or-later" repository = "https://gitlab.com/biomedit/sett-rs" [lib] name = "sett" path = "src/lib.rs" [[example]] name = "portal" path = "examples/portal.rs" [[test]] name = "basic" path = "tests/basic.rs" [[test]] name = "openpgp" path = "tests/openpgp.rs" [dependencies.anyhow] version = "1.0.49" [dependencies.aws-config] version = "1.1" features = [ "behavior-version-latest", "rustls", ] default-features = false [dependencies.aws-credential-types] version = "1.1.2" features = ["hardcoded-credentials"] default-features = false [dependencies.aws-sdk-s3] version = "1.12" features = [ "behavior-version-latest", "rt-tokio", "rustls", ] default-features = false [dependencies.aws-smithy-runtime] version = "1.3" features = [ "client", "connector-hyper-0-14-x", ] [dependencies.aws-types] version = "1.1.2" [dependencies.bytes] version = "1.6" [dependencies.chrono] version = "0.4.34" features = ["serde"] [dependencies.crc32fast] version = "1.3.2" [dependencies.dirs] version = "5" [dependencies.flate2] version = "1.0.1" [dependencies.hyper-proxy] version = "0.9.1" [dependencies.hyper-rustls] version = "0.24" features = ["rustls-native-certs"] [dependencies.libsqlite3-sys] version = ">=0.26" features = ["bundled"] [dependencies.openidconnect] version = "3.5" optional = true default-features = false [dependencies.regex] version = "1.6" [dependencies.reqwest] version = "0.12.1" features = [ "json", "rustls-tls-native-roots", ] default-features = false [dependencies.rustls] version = "0.21.8" [dependencies.sequoia-cert-store] version = "0.6" default-features = false [dependencies.sequoia-keystore] version = "0.6.0" [dependencies.sequoia-openpgp] version = "1.19" default-features = false [dependencies.serde] version = "1.0.159" features = ["derive"] [dependencies.serde_json] version = "1.0.95" [dependencies.ssh2] version = "0.9.4" features = [ "vendored-openssl", "openssl-on-win32", ] [dependencies.tar] version = "0.4.38" [dependencies.tempfile] version = "3.3" [dependencies.tokio] version = "1.35" [dependencies.tokio-util] version = "0.7.1" features = ["io-util"] [dependencies.tracing] version = "0.1.37" features = ["log"] [dependencies.walkdir] version = "2.4" [dependencies.zstd] version = "0.13" features = ["zstdmt"] [features] auth = ["dep:openidconnect"] crypto-cng = ["sequoia-openpgp/crypto-cng"] crypto-nettle = ["sequoia-openpgp/crypto-nettle"] crypto-openssl = ["sequoia-openpgp/crypto-openssl"] default = ["sequoia-openpgp/crypto-openssl"] [target."cfg(not(windows))".dependencies.rustix] version = "0.38" features = ["fs"] [target."cfg(windows)".dependencies.sysinfo] version = "0.31" features = ["disk"] default-features = false