# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "yggy" version = "0.0.0-alpha.1" authors = ["sunny-g "] description = "An end-to-end encrypted IPv6 mesh network" readme = "README.md" keywords = ["cryptography", "networking", "p2p"] categories = ["cryptography"] license = "LGPL-3.0" repository = "https://github.com/datalove-app/yggy" [lib] name = "yggy" path = "src/lib.rs" [[bin]] name = "yggyd" path = "bin/yggyd/main.rs" [[bin]] name = "yggyctl" path = "bin/yggyctl/main.rs" [dependencies.actix] version = "0.9" [dependencies.anyhow] version = "1.0" [dependencies.async-trait] version = "0.1" [dependencies.boringtun] version = "0.3" [dependencies.derive_more] version = "0.99" [dependencies.ed25519-dalek] version = "0.9" features = ["serde"] [dependencies.rand] version = "0.6" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.sodiumoxide] version = "0.2" features = ["serde"] default-features = false [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "0.2" features = ["full"] [features] alloc = ["ed25519-dalek/alloc"] asm = ["ed25519-dalek/asm"] avx2_backend = ["ed25519-dalek/avx2_backend"] default = ["std", "u64_backend"] nightly = ["ed25519-dalek/nightly"] std = ["ed25519-dalek/std", "sodiumoxide/std"] u32_backend = ["ed25519-dalek/u32_backend"] u64_backend = ["ed25519-dalek/u64_backend"] yolocrypto = ["ed25519-dalek/yolocrypto"]