# 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 = "strunemix" version = "0.6.1" authors = ["Léo Parent "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Strunemix allows to build a struct with a form of its fields, by deriving enums of them" homepage = "https://github.com/iRed4321/strunemix" documentation = "https://docs.rs/strunemix" readme = "README.md" keywords = [ "struct", "name", "data", "type", "enum", ] categories = [ "rust-patterns", "development-tools::procedural-macro-helpers", ] license = "MIT" repository = "https://github.com/iRed4321/strunemix" [lib] name = "strunemix" path = "src/lib.rs" [[test]] name = "generic" path = "tests/generic.rs" [[test]] name = "generic_parse" path = "tests/generic_parse.rs" [[test]] name = "generic_parse_skip" path = "tests/generic_parse_skip.rs" [[test]] name = "generic_rebuild" path = "tests/generic_rebuild.rs" [[test]] name = "simple" path = "tests/simple.rs" [[test]] name = "simple_parse" path = "tests/simple_parse.rs" [[test]] name = "simple_parse_skip" path = "tests/simple_parse_skip.rs" [[test]] name = "simple_rebuild" path = "tests/simple_rebuild.rs" [[test]] name = "simple_skip" path = "tests/simple_skip.rs" [[bench]] name = "smix_bench" path = "benches/smix_bench.rs" harness = false [dependencies.array-init] version = "2.1.0" [dependencies.micromap] version = "0.0.15" [dependencies.strunemix_macros] version = "0.6.1" [dependencies.thiserror] version = "1.0.64" [dev-dependencies.criterion] version = "0.5" features = ["html_reports"]