# 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 = "fieldset" version = "0.1.3" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Struct to enum derivation" readme = "README.md" keywords = [ "fields", "events", "observer", "notification", "embedded", ] categories = [ "asynchronous", "embedded", "no-std", "no-std::no-alloc", "rust-patterns", ] license-file = "LICENSE" repository = "https://github.com/liarokapisv/fieldset" [lib] name = "fieldset" path = "src/lib.rs" [[test]] name = "version-numbers" path = "tests/version-numbers.rs" [dependencies.fieldset_macro] version = "0.1.3" [dev-dependencies.version-sync] version = "0.9"