# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.74" name = "const_irc_message_parser" version = "0.9.0" build = false exclude = [ "target", "Cargo.lock", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A 0 dependency, no_std, const-only parser for the IRC message protocol." homepage = "https://github.com/auronandace/const_irc_message_parser" documentation = "https://docs.rs/const_irc_message_parser" readme = "README.md" keywords = [ "irc", "parser", "no-std", ] categories = [ "no-std", "no-std::no-alloc", "parser-implementations", ] license = "ISC" repository = "https://github.com/auronandace/const_irc_message_parser" [lib] name = "const_irc_message_parser" path = "src/lib.rs" [dependencies] [lints.clippy] pedantic = "warn"