# 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 = "2021" name = "radix-engine-profiling" version = "1.2.0" description = "A library used by Radix Engine profiling, from the Radix DLT project." readme = "README.md" license-file = "LICENSE" repository = "https://github.com/radixdlt/radixdlt-scrypto" [lib] doctest = false bench = false [dependencies.blake2] version = "0.10.6" optional = true default-features = false [dependencies.fixedstr] version = "0.2.9" [dependencies.linreg] version = "0.2.0" optional = true [dependencies.plotters] version = "0.3.4" optional = true [dependencies.radix-common] version = "1.2.0" optional = true default-features = false [dependencies.radix-engine-interface] version = "1.2.0" optional = true default-features = false [dependencies.radix-substate-store-impls] version = "1.2.0" optional = true default-features = false [dependencies.radix-substate-store-interface] version = "1.2.0" optional = true default-features = false [dependencies.rand] version = "0.8.5" optional = true [dependencies.shared_memory] version = "0.12.4" optional = true [features] default = [] ram_metrics = [] resource_tracker = [ "dep:shared_memory", "radix-common/resource_tracker", ] rocksdb = [ "dep:plotters", "dep:linreg", "dep:blake2", "dep:rand", "radix-substate-store-impls/std", "radix-substate-store-interface/std", "radix-common/std", "radix-engine-interface/std", ]