]> git.sesse.net Git - bcachefs-tools-debian/blob - rust-src/bch_bindgen/Cargo.toml
New upstream release
[bcachefs-tools-debian] / rust-src / bch_bindgen / Cargo.toml
1 [package]
2 name = "bch_bindgen"
3 version = "0.1.0"
4 authors = [ "Kayla Firestack <dev@kaylafire.me>", "Yuxuan Shui <yshuiv7@gmail.com>" ]
5 edition = "2018"
6
7 [lib]
8 crate-type = ["lib"]
9 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
10
11 [dependencies]
12 chrono = "0.4"
13 colored = "2"
14 anyhow = "1.0"
15 udev = "0.7.0"
16 uuid = "1.2.2"
17 bitfield = "0.14.0"
18 memoffset = "0.8.0"
19 byteorder = "1.3"
20 libc = "0.2.69"
21 gag = "1.0.0"
22 bitflags = "1.3.2"
23 paste = "1.0.11"
24
25 [build-dependencies]
26 pkg-config = "0.3"
27 bindgen = { git = "https://evilpiepirate.org/git/rust-bindgen.git", default-features = false }