irctokens-rs/Cargo.toml

25 lines
546 B
TOML
Raw Permalink Normal View History

2023-03-21 21:50:02 +00:00
[package]
name = "irctokens"
2023-04-08 18:34:13 +00:00
version = "0.1.3"
2023-03-21 21:50:02 +00:00
edition = "2021"
2023-03-22 22:14:17 +00:00
license = "MIT"
description = "RFC1459 and IRCv3 protocol tokeniser"
homepage = "https://github.com/jesopo/irctokens-rs"
documentation = "https://docs.rs/irctokens/"
2023-03-22 22:14:17 +00:00
repository = "https://github.com/jesopo/irctokens-rs"
readme = "README.md"
2023-03-21 21:50:02 +00:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2023-03-21 22:17:05 +00:00
[dev-dependencies]
criterion = "0.4.0"
[[bench]]
2023-03-23 10:42:10 +00:00
name = "tokenise"
harness = false
[[bench]]
name = "format"
2023-03-21 22:17:05 +00:00
harness = false