diff --git a/Cargo.toml b/Cargo.toml index ffc4e1d..807afad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,14 +1,11 @@ [package] -name = "ircparser" -description = "An IRC (RFC1459) parser and formatter, built in Rust." +name = "ircparser-vanten" +description = "An IRC (RFC1459) parser and formatter, built in Rust. (fork by vanten-s)" version = "0.2.1" edition = "2021" -authors = ["Ethan Henderson"] readme = "README.md" license = "BSD-3-Clause" -homepage = "https://github.com/parafoxia/ircparser" -repository = "https://github.com/parafoxia/ircparser" -documentation = "https://docs.rs/ircparser" +repository = "https://forgejo.vanten-s.com/vanten-s/ircparser" keywords = ["irc", "rfc", "rfc1459", "parse"] categories = ["parser-implementations"]