# 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 = "irc-rust" version = "0.4.0" authors = ["mo_blaa "] publish = true description = "IRC Helper easing the access and creation of IRC Messages" homepage = "https://github.com/MoBlaa/irc_rust" documentation = "https://docs.rs/irc_rust" readme = "../README.md" keywords = ["irc", "api"] categories = ["parser-implementations", "encoding"] license = "MIT" repository = "https://github.com/MoBlaa/irc_rust" [dependencies.serde] version = "1.0.111" features = ["derive"] optional = true [dev-dependencies.rand] version = "0.7.3" [dev-dependencies.serde_json] version = "1.0.53"