# 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 = "hax-adt-into" version = "0.1.0-alpha.1" authors = ["hax Authors"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Provides the `adt_into` procedural macro, allowing for mirroring data types with small variations." homepage = "https://github.com/hacspec/hax" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/hacspec/hax" [lib] name = "hax_adt_into" path = "src/lib.rs" proc-macro = true [[test]] name = "lib" path = "tests/lib.rs" [dependencies.itertools] version = "0.11.0" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.syn] version = "1.0.107" features = [ "derive", "printing", "extra-traits", "parsing", "full", ] [dev-dependencies.tracing] version = "0.1" features = [ "max_level_trace", "release_max_level_trace", ]