# 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 = "rusty-value" version = "0.6.0" authors = ["trivernis "] description = "Create a generic inspectable value from any rust type" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/Trivernis/rusty-value" [dependencies.rusty-value-derive] version = "0.1.1" optional = true [dependencies.serde_json] version = "1.0.85" features = ["std"] optional = true default-features = false [dev-dependencies] [features] default = [] derive = ["rusty-value-derive"] json = ["serde_json"]