# 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 = "ircv3" version = "0.0.1" authors = ["Fionn Kelleher "] description = "IRCv3-aware parsing library for Rust, with reference IRC client implementation." readme = "README.md" keywords = ["irc", "parsing", "ircv3", "communication", "chat"] categories = ["parser-implementations"] license = "MIT" repository = "https://github.com/sigkell/ircv3-rs" [badges.travis-ci] branch = "master" repository = "..."