# 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 = "yume" version = "0.2.0" authors = ["Davy Duperron "] exclude = ["docker-compose.yml", "registry", "rustfmt.toml"] description = "yume - An encrypted peer-to-peer IPv6 UDP messaging terminal client" keywords = ["cli", "crypto", "networking", "chat", "p2p"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/yamafaktory/yume" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" [dependencies.aead] version = "0.2.0" [dependencies.async-std] version = "1.6.0" features = ["attributes", "unstable"] [dependencies.base64] version = "0.12.1" [dependencies.chacha20poly1305] version = "0.4.1" [dependencies.crossterm] version = "0.17.5" [dependencies.futures] version = "0.3.5" [dependencies.lazy_static] version = "1.4.0" [dependencies.ring] version = "0.16.13" [dependencies.serde] version = "1.0.110" features = ["derive"] [dependencies.serde_json] version = "1.0.53" [dependencies.structopt] version = "0.3" [dependencies.thiserror] version = "1.0.19" [badges]