[dependencies.anyhow]
version = "1.0.57"
[dependencies.async-std]
features = ["attributes"]
version = "1.11.0"
[dependencies.base64]
version = "0.13.0"
[dependencies.ethcontract]
default-features = false
features = ["derive"]
version = "0.17.0"
[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]
features = ["derive"]
version = "1.0.137"
[dependencies.serde_json]
version = "1.0.81"
[dependencies.structopt]
version = "0.3.26"
[dependencies.strum]
features = ["derive"]
version = "0.24.0"
[dependencies.surf]
default-features = false
features = ["middleware-logger", "encoding", "h1-client-rustls"]
version = "2.3.2"
[dependencies.tide]
version = "0.16.0"
[dependencies.tide-rustls]
version = "0.3.0"
[dependencies.web3]
default-features = false
features = ["signing", "ws-async-std", "url", "base64", "eip-1193"]
version = "0.18.0"
[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 = []
[package]
authors = ["Chris Olstrom <chris@olstrom.com>"]
description = "Drop-in Proxy for Access Control via NFT Ownership"
documentation = "https://docs.rs/niftygate/"
edition = "2018"
license = "MIT"
name = "niftygate"
repository = "https://github.com/colstrom/niftygate/"
version = "0.8.0"