[dependencies.base64]
version = "0.22"
[dependencies.bincode]
version = "1.3"
[dependencies.enum-map]
version = "2.7"
[dependencies.flate2]
version = "1.0"
[dependencies.rand]
version = "0.9"
[dependencies.rand_core]
version = "0.9"
[dependencies.rand_distr]
version = "0.5"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.sha256]
default-features = false
version = "1.5"
[features]
default = []
[lib]
name = "maybenot"
path = "src/lib.rs"
[lints.clippy]
dbg_macro = "warn"
implicit_clone = "warn"
manual_let_else = "warn"
redundant_closure_for_method_calls = "warn"
undocumented_unsafe_blocks = "warn"
unnecessary_semicolon = "warn"
unused_async = "deny"
wildcard_imports = "warn"
[lints.clippy.cargo]
level = "warn"
priority = -1
[lints.rust]
absolute_paths_not_starting_with_crate = "deny"
explicit_outlives_requirements = "warn"
macro_use_extern_crate = "deny"
missing_abi = "deny"
non_ascii_idents = "forbid"
single_use_lifetimes = "warn"
unsafe_code = "warn"
unused_lifetimes = "warn"
unused_macro_rules = "warn"
[lints.rust.rust_2018_idioms]
level = "deny"
priority = -1
[lints.rust.warnings]
level = "deny"
priority = -1
[package]
authors = ["Tobias Pulls <tobias@pulls.name>", "Ethan Witwer <ethan@ethanwitwer.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography", "network-programming"]
description = "A framework for traffic analysis defenses"
edition = "2024"
homepage = "https://maybenot.io"
keywords = ["anonymity", "correlation", "fingerprinting", "privacy", "security"]
license = "MIT OR Apache-2.0"
name = "maybenot"
readme = "README.md"
repository = "https://github.com/maybenot-io/maybenot"
resolver = "2"
version = "2.2.0"