[package] name = "bunga" version = "0.0.1-alpha.1" edition = "2021" authors = ["Dalton Coder , Nima Rasooli "] license = "MIT" description = "A tool for interacting with the Daowabunga dao framework" readme = "README.md" homepage = "https://github.com/Psychedelic/Bunga" repository = "https://github.com/Psychedelic/Bunga" keywords = ["internet-computer", "dao", "fleek", "psychedelic"] categories = ["command-line-utilities"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.60" clap = { version = "3.2.16", features = ["derive"] } candid = "0.7.16" dialoguer = "0.10.2" serde = "1.0.143" serde_json = "1.0.83" tokio = { version = "1.20.1", features = ["full"] } pem = "1.1.0" ic-agent = { version = "0.10.0", features = ["reqwest", "pem"]} argon2 = "0.4.0" ic-kit = "0.4.8" aes-gcm = "0.9.4" openssl = "0.10.36" sha2 = "0.10.2" ring = "0.16.20" hex = "0.4.3" confy = { version = "0.5.0", features = ["yaml_conf"], default-features = false} serde_bytes = "0.11.7" console = "0.15.1" comfy-table = "6.1.0" home = "0.5.4" garcon = "0.2.3" daowy-common = "0.0.2"