# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "snarkos-objects" version = "1.1.4" authors = ["The Aleo Team "] include = ["Cargo.toml", "src", "README.md", "LICENSE.md"] description = "Objects for a decentralized operating system" homepage = "https://aleo.org" keywords = ["aleo", "cryptography", "blockchain", "decentralized", "zero-knowledge"] categories = ["cryptography::cryptocurrencies", "operating-systems"] license = "GPL-3.0" repository = "https://github.com/AleoHQ/snarkOS" [dependencies.base58] version = "0.1" [dependencies.bech32] version = "0.6" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.derivative] version = "2" [dependencies.hex] version = "0.4.2" [dependencies.once_cell] version = "1.4.1" [dependencies.rand] version = "0.7" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.sha2] version = "0.9" [dependencies.snarkos-algorithms] version = "1.1.4" default-features = false [dependencies.snarkos-curves] version = "1.1.4" default-features = false [dependencies.snarkos-errors] version = "1.1.4" default-features = false [dependencies.snarkos-models] version = "1.1.4" default-features = false [dependencies.snarkos-utilities] version = "1.1.4" default-features = false [dev-dependencies.bincode] version = "1.3.1" [features] default = ["snarkos-algorithms/default", "snarkos-curves/default", "snarkos-errors/default", "snarkos-models/default", "snarkos-utilities/default"]