# 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 = "opup" version = "0.1.0" authors = [ "merklefruit", "refcell", ] description = "Spin up a composable OP Stack, programmatically." readme = "README.md" license = "MIT" [dependencies.bollard] version = "0.15" [dependencies.clap] version = "4.4" features = ["derive"] [dependencies.eyre] version = "0.6.8" [dependencies.futures] version = "0.3.26" [dependencies.humantime] version = "2.1" [dependencies.inquire] version = "0.6" [dependencies.op-composer] version = "0.1.0" [dependencies.op-config] version = "0.1.0" [dependencies.op-contracts] version = "0.1.0" [dependencies.op-primitives] version = "0.1.0" [dependencies.op-stages] version = "0.1.0" [dependencies.platforms] version = "3.1" [dependencies.prettytable-rs] version = "0.10" [dependencies.semver] version = "1.0" features = ["serde"] [dependencies.serde] version = "1.0.163" features = ["derive"] [dependencies.serde_json] version = "1.0.96" [dependencies.svm-rs] version = "0.3" [dependencies.tokio] version = "1.33" features = ["full"] [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.17" [dependencies.which] version = "5.0" [features] default = ["jemalloc"] jemalloc = [ "dep:jemallocator", "dep:jemalloc-ctl", ] jemalloc-prof = [ "jemalloc", "jemallocator?/profiling", ] [target."cfg(not(windows))".dependencies.jemalloc-ctl] version = "0.5.0" optional = true [target."cfg(not(windows))".dependencies.jemallocator] version = "0.5.0" optional = true