]> git.sesse.net Git - bcachefs-tools-debian/blob - rust-src/bch_bindgen/Cargo.toml
37a56273d5499b52d8bc96e26b137370d8bfab31
[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 tracing = "0.1.26"
13 anyhow = "1.0"
14 udev = "0.4"
15 uuid = "0.8"
16 bitfield = "0.13"
17 memoffset = "0.5"
18 byteorder = "1.3"
19 tracing-attributes = "0.1.15"
20 libc = "0.2.69"
21 gag = "1.0.0"
22
23
24 [build-dependencies]
25 pkg-config = "0.3"
26 bindgen = { version = "0.63", default-features = false }