# 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 = "testdata-rt" version = "0.1.0" include = [ "/src", "/README.md", ] description = "File-based testing helper -- common runtime" keywords = [] categories = [ "development-tools::testing", "filesystem", ] license = "MIT OR Apache-2.0" repository = "https://github.com/qnighy/testdata-rs" [dependencies.bstr] version = "1.0.1" [dependencies.bytemuck] version = "1.12.1" features = ["derive"] [dependencies.path-slash] version = "0.2.1" [dependencies.pretty_assertions] version = "1.3.0" [dependencies.serde] version = "1.0.145" features = ["derive"] optional = true [dependencies.serde_json] version = "1.0.85" optional = true [dependencies.thiserror] version = "1.0.33" [dependencies.utime] version = "0.3.1" [dependencies.walkdir] version = "2.3.2" [features] __doc_cfg = [] default = [] json = [ "dep:serde_json", "dep:serde", ]