tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

Cargo.toml (552B)


      1 # See doc/HACKING/Rust.md
      2 #
      3 # This is a low-level Rust wrapper around Equi-X and its embedded copy of
      4 # HashX, provided for cross-compatibility testing within Arti.
      5 # This module does not make API stability guarantees.
      6 
      7 # Copyright (c) 2020 tevador <tevador@gmail.com>
      8 # See LICENSE for licensing information
      9 
     10 [package]
     11 name = "tor-c-equix"
     12 version = "0.2.0"
     13 edition = "2021"
     14 license = "LGPL-3.0-only"
     15 
     16 publish = false
     17 
     18 [build-dependencies]
     19 bindgen = "0.66.1"
     20 cc = { version = "1.0", features = ["parallel"] }
     21 
     22 [dev-dependencies]
     23 hex-literal = "0.4.1"