tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

Cargo.toml (394B)


      1 [package]
      2 name = "hashbrown"
      3 version = "0.15.999"
      4 edition = "2021"
      5 
      6 [lib]
      7 path = "lib.rs"
      8 
      9 [features]
     10 default = ["hashbrown/default"]
     11 allocator-api2 = ["hashbrown/allocator-api2"]
     12 default-hasher = ["hashbrown/default-hasher"]
     13 inline-more = ["hashbrown/inline-more"]
     14 raw = ["hashbrown/raw-entry"]
     15 serde = ["hashbrown/serde"]
     16 
     17 [dependencies.hashbrown]
     18 version = "0.16.0"
     19 default-features = false