tor-browser

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

Cargo.toml (510B)


      1 [package]
      2 name = "rusqlite"
      3 version = "0.31.999"
      4 edition = "2021"
      5 license = "MPL-2.0"
      6 
      7 [lib]
      8 path = "lib.rs"
      9 
     10 [dependencies.rusqlite]
     11 version = "0.37"
     12 
     13 [features]
     14 bundled = ["rusqlite/bundled"]
     15 bundled-sqlcipher = ["rusqlite/bundled-sqlcipher"]
     16 functions = ["rusqlite/functions"]
     17 in_gecko = ["rusqlite/in_gecko"]
     18 limits = ["rusqlite/limits"]
     19 load_extension = ["rusqlite/load_extension"]
     20 modern_sqlite = ["rusqlite/modern_sqlite"]
     21 serde_json = ["rusqlite/serde_json"]
     22 unlock_notify = ["rusqlite/unlock_notify"]