# 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 = "yaircc" version = "0.1.0" authors = ["pbzweihander "] build = "build.rs" description = "Yet Another low level IRC Client library" homepage = "https://github.com/pbzweihander/yaircc" documentation = "https://docs.rs/yaircc/" readme = "README.md" keywords = ["irc", "client"] license = "MIT/Apache-2.0" repository = "https://github.com/pbzweihander/yaircc" [dependencies.encoding] version = "0.2.33" [dependencies.futures] version = "0.3.1" [dependencies.memchr] version = "2.2.1" [dev-dependencies.async-std] version = "0.99.12" [dev-dependencies.failure] version = "0.1.6" [badges.circle-ci] branch = "master" repository = "pbzweihander/yaircc"