# 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] name = "libwhisper" version = "0.1.1" authors = ["Andrey Cherkashin "] description = "Rust implementation of Angel Whisper Wire Protocol" readme = "README.md" keywords = ["protocol", "network", "cryptography", "communication"] categories = ["network-programming"] license = "BSD-2-Clause" repository = "https://github.com/Inner-Heaven/libwhisper-rs" [dependencies.byteorder] version = "1.0.0" [dependencies.bytes] version = "0.4" [dependencies.chrono] version = "0.4" [dependencies.debug_stub_derive] version = "0.3" [dependencies.nom] version = "3.2.1" [dependencies.quick-error] version = "1.2" [dependencies.sodiumoxide] version = "0.0.15" [badges.codecov] repository = "Inner-Heaven/libwhisper-rs" [badges.maintenance] status = "experimental" [badges.travis-ci] repository = "Inner-Heaven/libwhisper-rs"