]> git.sesse.net Git - bcachefs-tools-debian/blob - rust-src/Cargo.toml
Prune rust dependencies
[bcachefs-tools-debian] / rust-src / Cargo.toml
1 [package]
2 name = "bcachefs-rust"
3 version = "0.3.1"
4 authors = ["Yuxuan Shui <yshuiv7@gmail.com>", "Kayla Firestack <dev@kaylafire.me>", "Kent Overstreet <kent.overstreet@linux.dev>" ]
5 edition = "2021"
6 rust-version = "1.65"
7
8 [lib]
9 crate-type = ["staticlib"]
10
11 [dependencies]
12 atty = "0.2.14"
13 log = { version = "0.4", features = ["std"] }
14 colored = "2"
15 clap = { version = "4.0.32", features = ["derive", "wrap_help"] }
16 clap_complete = "4.3.2"
17 anyhow = "1.0"
18 libc = "0.2.69"
19 udev = "0.7.0"
20 uuid = "1.2.2"
21 gag = "1.0.0"
22 errno = "0.2"
23 either = "1.5"
24 rpassword = "4"
25 bch_bindgen = { path = "bch_bindgen" }
26 byteorder = "1.3"