[package] name = "snarkvm-profiler" version = "0.8.0" authors = [ "The Aleo Team " ] description = "Profiler for a decentralized virtual machine" homepage = "https://aleo.org" repository = "https://github.com/AleoHQ/snarkVM" keywords = [ "aleo", "cryptography", "blockchain", "decentralized", "zero-knowledge" ] categories = [ "cryptography::cryptocurrencies", "operating-systems" ] include = [ "Cargo.toml", "src", "README.md", "LICENSE.md" ] license = "GPL-3.0" edition = "2018" [dependencies.colored] version = "2" optional = true [features] print-trace = [ "colored" ]