Revision control
Copy as Markdown
Other Tools
# 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"
name = "ece"
version = "2.3.1"
authors = [
"Firefox Sync Team <sync-team@mozilla.com>",
"JR Conlin <src+git@jrconlin.com>",
]
description = "Encrypted Content-Encoding for HTTP Rust implementation."
readme = "README.md"
keywords = [
"http-ece",
"web-push",
]
license = "MPL-2.0"
[package.metadata.release]
no-dev-version = true
[dependencies.base64]
version = "0.21"
[dependencies.byteorder]
version = "1.3"
[dependencies.hex]
version = "0.4"
[dependencies.hkdf]
version = "0.12"
optional = true
[dependencies.lazy_static]
version = "1.4"
optional = true
[dependencies.once_cell]
version = "1.4"
[dependencies.openssl]
version = "0.10"
optional = true
[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true
[dependencies.sha2]
version = "0.10"
optional = true
[dependencies.thiserror]
version = "1.0"
[features]
backend-openssl = [
"openssl",
"lazy_static",
"hkdf",
"sha2",
]
backend-test-helper = []
default = [
"backend-openssl",
"serializable-keys",
]
serializable-keys = ["serde"]