1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 10:50:24 -04:00
nix/nix-rust/Cargo.toml

24 lines
480 B
TOML
Raw Normal View History

2019-03-27 09:12:20 -04:00
[package]
name = "nix-rust"
version = "0.1.0"
authors = ["Eelco Dolstra <edolstra@gmail.com>"]
2019-09-10 15:55:32 -04:00
edition = "2018"
2019-03-27 09:12:20 -04:00
[lib]
name = "nixrust"
crate-type = ["cdylib"]
2019-03-27 09:12:20 -04:00
[dependencies]
libc = "0.2"
#futures-preview = { version = "=0.3.0-alpha.19" }
#hyper = "0.13.0-alpha.4"
#http = "0.1"
#tokio = { version = "0.2.0-alpha.6", default-features = false, features = ["rt-full"] }
2019-09-16 18:18:17 -04:00
lazy_static = "1.4"
#byteorder = "1.3"
2019-09-16 18:18:17 -04:00
[dev-dependencies]
hex = "0.3"
assert_matches = "1.3"
2019-09-17 18:31:51 -04:00
proptest = "0.9"