[package] name = "fluid" version = "0.4.1" authors = ["felix "] license = "Apache-2.0" documentation = "https://docs.rs/fluid/" repository = "https://gitlab.com/Boiethios/fluid-rs" description = "An human readable test library." keywords = ["unit-test", "test", "fluent", "human-readable", "bdd"] categories = ["development-tools::testing"] readme = "README.md" edition = "2018" [features] # Not intended for the user: this feature shows the code generated by the proc macros. debug = ["fluid_attributes/debug"] # Add the precision for floats float = ["num-traits"] #all = ["float"] [dependencies] colored = "1.6" num-traits = { version = "0.2", optional = true } [dependencies.fluid_attributes] path = "fluid_attributes" version = "0.4.0"