[package] name = "expectation" version = "0.1.1" authors = ["Ty Overby "] description = "Expectation Tests" license = "MIT/Apache-2.0" [features] default = ["text", "image"] text = ["diff"] [dependencies] serde="1.*.*" serde_json="1.*.*" [dependencies.diff] version = "0.1.*" optional = true [dependencies.image] version = "0.19.*" optional = true [dependencies.expectation-shared] path = "../expectation-shared" version = "0.1.*"