about summary refs log blame commit diff
path: root/tvix/nix-compat/Cargo.toml
blob: 3820ed6b1fcda1f71e06e45422556e7549b96af3 (plain) (tree)
1
2
3
4
5
6
7
8
9
10






                                                                                                


                        
              
                                                                      
                       
                                                                         
                                                  
                  



                    
                                                                                   
                  
                   





                                                                    
[package]
name = "nix-compat"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[features]
async = ["futures-util"]

[dependencies]
bstr = { version = "1.6.0", features = ["alloc", "unicode", "serde"] }
data-encoding = "2.3.3"
futures-util = { version = "0.3.28", features = ["io"], optional = true }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
sha2 = "0.10.6"
thiserror = "1.0.38"

[dev-dependencies]
futures = { version = "0.3.28", default-features = false, features = ["executor"] }
serde_json = "1.0"
test-case = "2.2.2"

[dev-dependencies.test-generator]
# This fork of test-generator adds support for cargo workspaces, see
# also https://github.com/frehberg/test-generator/pull/14
git = "https://github.com/JamesGuthrie/test-generator.git"
rev = "82e799979980962aec1aa324ec6e0e4cad781f41"