# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "spor" version = "0.3.0" authors = ["Austin Bingham "] description = "Anchored metadata" homepage = "https://github.com/abingham/spor" license-file = "LICENSE.txt" repository = "https://github.com/abingham/spor" [[test]] name = "cucumber" path = "tests/e2e/cucumber.rs" harness = false [dependencies.async-std] version = "1.5.0" [dependencies.async-trait] version = "0.1.30" [dependencies.diff] version = "0.1.11" [dependencies.docopt] version = "1" [dependencies.encoding] version = "0.2" [dependencies.exit-code] version = "1.0" [dependencies.futures] version = "0.3" [dependencies.glob] version = "0.2" [dependencies.log] version = "0.4" [dependencies.ndarray] version = "0.12.0" [dependencies.ordered-float] version = "1.0.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "0.8" [dependencies.simple_logger] version = "1.6.0" [dependencies.thiserror] version = "1.0" [dependencies.uuid] version = "0.7" features = ["v4"] [dependencies.yaml-rust] version = "0.4" [dev-dependencies.cucumber_rust] version = "^0.5.1" default-features = false [dev-dependencies.tempdir] version = "0.3"