creusot-std 0.10.0

Standard library of Creusot: provides specification macros, contracts for Rust standard library and logic helpers
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 = "creusot-std"
version = "0.10.0"
authors = ["Xavier Denis <xldenis@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Standard library of Creusot: provides specification macros, contracts for Rust standard library and logic helpers"
homepage = "https://github.com/creusot-rs/creusot"
documentation = "https://creusot-rs.github.io/creusot/doc/creusot_std/"
readme = "README.md"
keywords = ["verification"]
categories = ["development-tools"]
license = "LGPL-2.1-or-later"
repository = "https://github.com/creusot-rs/creusot"
resolver = "2"

[features]
creusot = ["creusot-std-proc/creusot"]
default = ["std"]
nightly = []
sc-drf = []
std = []

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

[[test]]
name = "compile_test"
path = "tests/compile_test.rs"

[dependencies.creusot-std-proc]
version = "0.10.0"

[target."cfg(creusot)".dependencies.num-rational]
version = "0.4"
features = ["num-bigint"]
default-features = false

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