[package] name = "wagon-value" version = "1.0.0" authors.workspace = true repository.workspace = true license.workspace = true edition.workspace = true keywords.workspace = true categories.workspace = true documentation.workspace = true description = "Dynamic type value object for WAGon." # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] num-traits = "0.2.18" ordered-float = {workspace = true} wagon-utils = {workspace = true} wagon-macros = {workspace = true} [lints] workspace = true