1
0
mirror of https://github.com/jht5945/rust_util.git synced 2025-12-27 07:30:05 +08:00
Files
rust_util/Cargo.toml
2025-07-26 08:52:31 +08:00

23 lines
547 B
TOML

[package]
name = "rust_util"
version = "0.6.48"
authors = ["Hatter Jiang <jht5945@gmail.com>"]
edition = "2018"
description = "Hatter's Rust Util"
license = "MIT"
readme = "README.md"
[features]
default = [] #["serde", "serde_json"]
# use_serde = ["serde", "serde_json"]
use_clap = ["clap"]
[dependencies]
libc = "0.2.82"
term = "0.7.0"
term_size = "0.3.2"
lazy_static = "1.4.0"
clap = { version = "2.0", optional = true }
# serde = { version = "1.0", features = ["derive"], optional = true }
# serde_json = { version = "1.0", optional = true }