[package] name = "loco-twitch" version = "0.1.1" edition = "2021" authors = ["Paulo Gabriel Justino Bezerra "] description = "Synchronous IRC Twitch Client" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] fancy-regex = "0.10.0" [profile.release] strip = true lto = true codegen-units = 1 panic = "abort"