# 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 = "diny" version = "0.2.4" description = "An asynchronous, alloc-free serialization framework" documentation = "https://docs.rs/diny/" readme = "crates-io.md" keywords = ["diny", "serialization", "async"] categories = ["encoding", "asynchronous"] license = "MIT OR Apache-2.0" repository = "https://github.com/dbdeviant/diny" [package.metadata.docs.rs] features = ["derive"] rustdoc-args = ["--cfg", "docsrs"] targets = ["x86_64-unknown-linux-gnu"] [package.metadata.playground] features = ["derive", "test"] [[bench]] name = "rec" harness = false [[bench]] name = "array" harness = false [dependencies.diny_core] version = "0.2.4" default_features = false [dependencies.diny_test] version = "0.2.4" optional = true default_features = false [dev-dependencies.async-compat] version = "0.2" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.diny_core] version = "0.2.4" [dev-dependencies.diny_test] version = "0.2.4" [dev-dependencies.futures] version = "0.3" [dev-dependencies.futures-util] version = "0.3" [dev-dependencies.tokio] version = "1" features = ["rt", "rt-multi-thread", "macros", "net", "sync"] [features] alloc = ["diny_core/alloc"] default = ["std"] derive = ["diny_core/derive"] std = ["diny_core/std"] test = ["diny_test"] unsafe_speed = ["diny_core/unsafe_speed"]