# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "niftygate" version = "0.8.0" authors = ["Chris Olstrom "] description = "Drop-in Proxy for Access Control via NFT Ownership" documentation = "https://docs.rs/niftygate/" license = "MIT" repository = "https://github.com/colstrom/niftygate/" [dependencies.anyhow] version = "1.0.57" [dependencies.async-std] version = "1.11.0" features = ["attributes"] [dependencies.base64] version = "0.13.0" [dependencies.ethcontract] version = "0.17.0" features = ["derive"] default-features = false [dependencies.hex] version = "0.4.3" [dependencies.niftygate-asset] version = "0.8.0" [dependencies.niftygate-bindings] version = "0.8.0" [dependencies.niftygate-certificate] version = "0.8.0" [dependencies.niftygate-contract] version = "0.8.0" [dependencies.niftygate-guide] version = "0.8.0" [dependencies.secp256k1] version = "0.21.3" [dependencies.serde] version = "1.0.137" features = ["derive"] [dependencies.serde_json] version = "1.0.81" [dependencies.structopt] version = "0.3.26" [dependencies.strum] version = "0.24.0" features = ["derive"] [dependencies.surf] version = "2.3.2" features = [ "middleware-logger", "encoding", "h1-client-rustls", ] default-features = false [dependencies.tide] version = "0.16.0" [dependencies.tide-rustls] version = "0.3.0" [dependencies.web3] version = "0.18.0" features = [ "signing", "ws-async-std", "url", "base64", "eip-1193", ] default-features = false [features] all-commands = [ "guide-command", "certificate-command", "bindgen-command", "contract-command", "web3-command", ] bindgen-command = [] certificate-command = [] contract-command = [] default = [ "demo-application", "default-commands", ] default-commands = [ "guide-command", "certificate-command", ] demo-application = [] guide-command = [] web3-command = []