core-models 0.0.3

Models of the Rust core library
Documentation
[dependencies.hax-lib]
version = "0.3.1"

[dependencies.pastey]
version = "0.1.0"

[dependencies.rand]
version = "0.9"

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

[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(hax)"]
level = "warn"
priority = 0

[package]
authors = ["Cryspen"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Models of the Rust core library"
edition = "2021"
homepage = "https://github.com/cryspen/libcrux"
license = "Apache-2.0"
name = "core-models"
readme = "readme.md"
repository = "https://github.com/cryspen/libcrux"
version = "0.0.3"