[[bin]]
name = "cfrs"
path = "src/main.rs"
required-features = ["image", "clap"]
[dependencies.clap]
features = ["derive", "string"]
optional = true
version = "4.5.4"
[dependencies.image]
optional = true
version = "0.25.1"
[features]
default = ["image"]
image = ["dep:image"]
[lib]
path = "src/lib.rs"
[package]
authors = ["JacobLinCool <jacob@csie.cool>"]
description = "CFRS[] in Rust."
edition = "2021"
homepage = "https://github.com/JacobLinCool/cf.rs"
license = "MIT"
name = "cfrs"
readme = "README.md"
repository = "https://github.com/JacobLinCool/cf.rs"
version = "1.0.2"