# 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 = "trellis-runner" version = "0.1.4" authors = ["Christopher Gubbin "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Calculation runner" readme = "README.md" license = "MIT" repository = "https://github.com/sensoriumtl/trellis" [lib] name = "trellis_runner" path = "src/lib.rs" [[test]] name = "mod" path = "tests/mod.rs" [dependencies.bincode] version = "1" optional = true [dependencies.csv] version = "1.3.0" optional = true [dependencies.ctrlc] version = "3" optional = true [dependencies.fs-err] version = "2" optional = true [dependencies.ndarray] version = "0.15.6" optional = true [dependencies.num-traits] version = "0.2.19" [dependencies.plotly] version = "0.8.4" features = [ "plotly_ndarray", "ndarray", ] optional = true [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" optional = true [dependencies.tempfile] version = "3" optional = true [dependencies.thiserror] version = "1" [dependencies.tokio-util] version = "0.7.12" optional = true [dependencies.tracing] version = "0.1.40" [dependencies.web-time] version = "1.1.0" [dev-dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.tokio-test] version = "0.4.4" [dev-dependencies.tokio-util] version = "0.7" [features] ctrlc = ["dep:ctrlc"] default = [] plotting = [ "dep:plotly", "dep:ndarray", ] tokio = ["dep:tokio-util"] writing = [ "dep:tempfile", "dep:serde_json", "dep:bincode", "dep:fs-err", "dep:csv", ]