# 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 = "gadu" version = "0.1.3" authors = ["Rohit Joshi "] publish = true description = "Async Networking library using MIO supports TCP, TLS and Unix Domain Socket" keywords = ["networking", "mio", "tcp", "uds", "tls"] license-file = "LICENSE" [profile.release] opt-level = 3 lto = true codegen-units = 1 incremental = false [dependencies.crossbeam] version = "0.7.1" [dependencies.crossbeam-channel] version = "0.3.2" [dependencies.hashbrown] version = "0.1.8" [dependencies.log] version = "0.3" features = ["max_level_trace", "release_max_level_info"] [dependencies.mio] version = "0.6.16" [dependencies.mio-uds] version = "0.6" [dependencies.openssl] version = "0.10.20" [dependencies.parking_lot] version = "0.7.1" [dependencies.serde] version = "1.0.27" [dependencies.serde_derive] version = "1.0.27" [dependencies.serde_json] version = "1.0.37" [dependencies.url] version = "1.7.2" [badges.codecov] branch = "master" repository = "https://github.com/rohitjoshi/gadu" service = "github" [badges.travis-ci] branch = "master" repository = "https://github.com/rohitjoshi/gadu"