# 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" rust-version = "1.56" name = "valuable" version = "0.1.1" build = "build.rs" autolib = false autobins = false autoexamples = false autotests = false autobenches = false description = """ Object-safe value inspection, used to pass un-typed structured data across trait-object boundaries. """ readme = "README.md" keywords = [ "valuable", "serialization", "debugging", "no_std", ] categories = [ "development-tools::debugging", "encoding", ] license = "MIT" repository = "https://github.com/tokio-rs/valuable" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "valuable" path = "src/lib.rs" [[example]] name = "derive" path = "examples/derive.rs" [[example]] name = "hello_world" path = "examples/hello_world.rs" [[example]] name = "print" path = "examples/print.rs" [[bench]] name = "structable" path = "benches/structable.rs" harness = false [dependencies.valuable-derive] version = "=0.1.1" optional = true [dev-dependencies.criterion] version = "0.3" [features] alloc = [] default = ["std"] derive = ["valuable-derive"] std = ["alloc"]