maybenot 2.2.2

A framework for traffic analysis defenses
Documentation
# 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 = "2024"
name = "maybenot"
version = "2.2.2"
authors = [
    "Tobias Pulls <tobias@pulls.name>",
    "Ethan Witwer <ethan@ethanwitwer.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A framework for traffic analysis defenses"
homepage = "https://maybenot.io"
readme = "README.md"
keywords = [
    "anonymity",
    "correlation",
    "fingerprinting",
    "privacy",
    "security",
]
categories = [
    "cryptography",
    "network-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/maybenot-io/maybenot"
resolver = "2"

[features]
default = []

[lib]
name = "maybenot"
path = "src/lib.rs"

[dependencies.base64]
version = "0.22"

[dependencies.bincode]
version = "1.3"

[dependencies.enum-map]
version = "2.7"

[dependencies.flate2]
version = "1.1.2"

[dependencies.rand]
version = "0.9"

[dependencies.rand_core]
version = "0.9"

[dependencies.rand_distr]
version = "0.5"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.sha256]
version = "1.5"
default-features = false

[lints.clippy]
collapsible_if = "allow"
dbg_macro = "warn"
implicit_clone = "warn"
manual_let_else = "warn"
multiple-crate-versions = "allow"
redundant_closure_for_method_calls = "warn"
undocumented_unsafe_blocks = "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