# 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 = "nero" version = "0.0.1" authors = ["staticfox "] description = "Safe, Asynchronous IRC Services" keywords = ["irc", "services", "ircu", "p10", "server"] categories = ["irc"] license = "MIT/Apache-2.0" repository = "https://github.com/nero-services/nero" [[bin]] name = "nero" doc = false [dependencies.base64] version = "0.5.0" [dependencies.serde] version = "1.0" [dependencies.futures] version = "0.1" [dependencies.toml] version = "0.4" [dependencies.bitflags] version = "0.9" [dependencies.libloading] version = "0.4.0" [dependencies.tokio-io] version = "0.1" [dependencies.serde_derive] version = "1.0" [dependencies.tokio-core] version = "0.1" [badges.travis-ci] repository = "nero-services/nero"