refining-core 0.1.0

Core functionality for refinement types.
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"
rust-version = "1.96"
name = "refining-core"
version = "0.1.0"
authors = ["nekitdev <nekit@nekit.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core functionality for refinement types."
documentation = "https://docs.rs/refining-core"
readme = "README.md"
keywords = [
    "refinement",
    "type",
    "core",
]
license = "MIT"
repository = "https://github.com/nekitdev/refining"

[package.metadata.docs.rs]
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
default = []
serde = ["dep:serde"]
unsafe-assert = []

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

[dependencies.serde]
version = "1.0.228"
optional = true
default-features = false

[dependencies.thiserror]
version = "2.0.18"
default-features = false