avx-browser 0.1.0

High-security web browser implementing 7-layer onion routing architecture with cryptographic anonymity guarantees
Documentation
[dependencies]

[dev-dependencies]

[[example]]
name = "browser_demo"
path = "examples/browser_demo.rs"

[[example]]
name = "native_demo"
path = "examples/native_demo.rs"

[[example]]
name = "real_network"
path = "examples/real_network.rs"

[[example]]
name = "seven_layers"
path = "examples/seven_layers.rs"

[features]
default = []

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

[package]
authors = ["Nícolas Ávila <nicolas@avila.inc>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming", "cryptography", "web-programming"]
description = "High-security web browser implementing 7-layer onion routing architecture with cryptographic anonymity guarantees"
edition = "2021"
keywords = ["browser", "anonymity", "privacy", "tor", "security"]
license = "MIT OR Apache-2.0"
name = "avx-browser"
readme = "README.md"
repository = "https://github.com/arxis-io/avx-browser"
version = "0.1.0"