img2irc/Cargo.toml

20 lines
464 B
TOML
Raw Normal View History

2023-03-30 06:04:36 +00:00
[package]
name = "img2irc"
2023-06-28 06:46:08 +00:00
version = "1.0.4"
2023-06-23 02:32:04 +00:00
authors = ["waveplate"]
github = "https://github.com/waveplate/img2irc"
2023-03-30 06:04:36 +00:00
edition = "2021"
[profile.release]
lto = true
codegen-units = 1
opt-level = "z"
strip = true # Automatically strip symbols from the binary.
2023-03-30 06:04:36 +00:00
[dependencies]
tokio = { version = "1", features = ["rt", "rt-multi-thread", "macros"] }
reqwest = "0.11.14"
photon-rs = "0.3.2"
clap = { version = "4.2.0", features = ["cargo", "derive"] }
url = "2.3.1"