# 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 = "carton-runner-interface" version = "0.0.1" authors = ["Vivek Panyam "] description = "The runner interface for `carton`" readme = "README.md" keywords = [] categories = [] license = "Apache-2.0" repository = "https://github.com/VivekPanyam/carton" [[bench]] name = "bench_alloc" harness = false required-features = ["benchmark"] [dependencies.anywhere] version = "0.0.1" [dependencies.async-stream] version = "0.3" [dependencies.bincode] version = "1.3.3" [dependencies.carton-macros] version = "0.0.1" [dependencies.dashmap] version = "5.4.0" [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4" features = ["serde"] [dependencies.lunchbox] version = "0.1" features = ["serde"] default-features = false [dependencies.ndarray] version = "0.15" features = ["serde"] [dependencies.once_cell] version = "1.17.0" [dependencies.semver] version = "1.0.16" features = ["serde"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_bytes] version = "0.11" [dependencies.tempfile] version = "3.3.0" [dependencies.tokio] version = "1" features = [ "io-util", "sync", "rt", "time", ] [dependencies.tracing] version = "0.1" [dependencies.tracing-chrome] version = "0.7" [dependencies.tracing-subscriber] version = "0.3" [dev-dependencies.criterion] version = "0.4" features = ["html_reports"] [features] benchmark = [] [target."cfg(not(target_family = \"wasm\"))".dependencies.clap] version = "4.0.29" features = ["derive"] [target."cfg(not(target_family = \"wasm\"))".dependencies.libc] version = "0.2" [target."cfg(not(target_family = \"wasm\"))".dependencies.sendfd] version = "=0.4.3" features = ["tokio"] [target."cfg(not(target_family = \"wasm\"))".dependencies.tokio] version = "1" features = [ "io-util", "sync", "rt", "net", "process", "macros", ] [target."cfg(target_family = \"wasm\")".dependencies.js-sys] version = "0.3.60" [target."cfg(target_family = \"wasm\")".dependencies.tokio] version = "1" features = [ "io-util", "sync", "rt", ] [target."cfg(target_family = \"wasm\")".dependencies.wasm-bindgen] version = "0.2" [target."cfg(target_family = \"wasm\")".dependencies.wasm-bindgen-futures] version = "0.4.33" [target."cfg(target_family = \"wasm\")".dependencies.wasm-streams] version = "0.3.0"