# 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 = "default-from-serde" version = "0.1.3" authors = ["강동윤 "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Derive default using `#[serde(default)]`" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/dudykr/ddbase.git" [lib] name = "default_from_serde" path = "src/lib.rs" [[test]] name = "structs" path = "tests/structs.rs" [dependencies.derive-default-from-serde] version = "0.1.1" [dependencies.serde] version = "1.0.192" default-features = false [dev-dependencies.serde_derive] version = "1.0.193" [features] default = ["std"] std = ["serde/std"]