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