# 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.64.0" name = "relax" version = "0.1.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Derive Partial" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://codeberg.org/supnas/relax" [lib] name = "relax" crate-type = ["lib"] path = "src/lib.rs" [[test]] name = "basic" path = "tests/basic.rs" [[test]] name = "extra_attrs" path = "tests/extra_attrs.rs" [[test]] name = "generic" path = "tests/generic.rs" [[test]] name = "lifetime" path = "tests/lifetime.rs" [[test]] name = "nest" path = "tests/nest.rs" [dependencies.relax-macros] version = "0.1.1" optional = true [dev-dependencies.serde] version = "1" features = [ "derive", "derive", ] [features] default = ["derive"] derive = ["dep:relax-macros"]