]> git.sesse.net Git - bcachefs-tools-debian/blob - rust-src/Cargo.toml
92a3853f746847e405679482d9f5f35444bfd723
[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>"]
5 edition = "2018"
6
7 [lib]
8 crate-type = ["staticlib"]
9
10 [dependencies]
11 atty = "0.2.14"
12 log = { version = "0.4", features = ["std"] }
13 chrono = "0.4"
14 colored = "2"
15 clap = { version = "4.0.32", features = ["derive", "wrap_help"] }
16 anyhow = "1.0"
17 libc = "0.2.69"
18 udev = "0.7.0"
19 uuid = "1.2.2"
20 gag = "1.0.0"
21 getset = "0.1"
22 itertools = "0.9"
23 parse-display = "0.1"
24 errno = "0.2"
25 either = "1.5"
26 rpassword = "4"
27 bch_bindgen = { path = "bch_bindgen" }
28 byteorder = "1.3"