# 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 = "aleo-std" version = "0.1.24" authors = ["The Aleo Team "] exclude = ["**/*.md"] description = "A standard library for Aleo repositories" readme = "README.md" license = "GPL-3.0" [dependencies.aleo-std-cpu] version = "0.1.4" optional = true default-features = false [dependencies.aleo-std-profiler] version = "0.1.15" default-features = false [dependencies.aleo-std-storage] version = "0.1.7" optional = true default-features = false [dependencies.aleo-std-time] version = "0.1.2" default-features = false [dependencies.aleo-std-timed] version = "0.1.2" default-features = false [dependencies.aleo-std-timer] version = "0.1.2" default-features = false [dev-dependencies.rusty-hook] version = "0.11.2" [features] cpu = ["aleo-std-cpu"] default = [] profiler = ["aleo-std-profiler/profiler"] storage = ["aleo-std-storage"] time = ["aleo-std-time/time"] timed = ["aleo-std-timed/timed"] timer = ["aleo-std-timer/timer"] wasm = []