hax-rust-engine 0.3.7

The engine of the hax toolchain.
Documentation
# 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 = "2024"
name = "hax-rust-engine"
version = "0.3.7"
authors = ["hax Authors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The engine of the hax toolchain."
homepage = "https://github.com/hacspec/hax"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/hacspec/hax"
resolver = "2"

[lib]
name = "hax_rust_engine"
path = "src/lib.rs"

[[bin]]
name = "hax-rust-engine"
path = "src/main.rs"

[dependencies.axum]
version = "0.8.7"
features = ["macros"]

[dependencies.camino]
version = "1.1.11"

[dependencies.derive_generic_visitor]
version = "0.3.0"

[dependencies.hax-frontend-exporter]
version = "=0.3.7"
default-features = false

[dependencies.hax-lib-macros-types]
version = "=0.3.7"
features = ["schemars"]

[dependencies.hax-rust-engine-macros]
version = "=0.3.7"

[dependencies.hax-types]
version = "=0.3.7"

[dependencies.itertools]
version = "0.11.0"

[dependencies.pastey]
version = "0.1.0"

[dependencies.pretty]
version = "0.12"

[dependencies.schemars]
version = "0.8"

[dependencies.serde]
version = "1.0"
features = [
    "derive",
    "rc",
    "derive",
]

[dependencies.serde_json]
version = "1.0"
features = ["unbounded_depth"]

[dependencies.serde_stacker]
version = "0.1.12"

[dependencies.tokio]
version = "1.48.0"

[dev-dependencies.hax-lib]
version = "=0.3.7"