[dependencies.hax-lib-macros]
optional = true
version = "=0.3.6"
[features]
default = ["macros"]
macros = ["dep:hax-lib-macros"]
[lib]
name = "hax_lib"
path = "src/lib.rs"
[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(hax)"]
level = "warn"
priority = 0
[package]
authors = ["hax Authors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "Hax-specific helpers for Rust programs"
edition = "2021"
homepage = "https://github.com/hacspec/hax"
license = "Apache-2.0"
name = "hax-lib"
readme = "README.md"
repository = "https://github.com/hacspec/hax"
version = "0.3.6"
[target."cfg(hax)".dependencies.num-bigint]
default-features = false
version = "0.4"
[target."cfg(hax)".dependencies.num-traits]
default-features = false
version = "0.2"