[dependencies.hax-adt-into]
version = "=0.1.0"
[dependencies.schemars]
version = "0.8"
[dependencies.serde]
features = ["derive", "rc"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[lib]
name = "hax_frontend_exporter_options"
path = "src/lib.rs"
[package]
authors = ["hax Authors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "The options the `hax-frontend-exporter` crate is sensible to."
edition = "2021"
homepage = "https://github.com/hacspec/hax"
license = "Apache-2.0"
name = "hax-frontend-exporter-options"
readme = "README.md"
repository = "https://github.com/hacspec/hax"
version = "0.1.0"