[package] name = "spectral" version = "0.6.0" authors = ["cfrancia "] license = "Apache-2.0" description = "Fluent test assertions" repository = "https://github.com/cfrancia/spectral" readme = "README.md" keywords = ["fluent", "testing", "matchers", "assert", "assertions"] [features] default = ["num"] [dependencies] num = { version = "0.1.36", optional = true }