conformal_core 0.3.7

Code shared between wrappers in conformal framework.
Documentation
[dependencies.conformal_component]
version = "0.3.6"

[dependencies.serde]
features = ["derive"]
version = "1.0.193"

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

[lints.clippy]
cast_possible_wrap = "allow"
cast_sign_loss = "allow"
default_trait_access = "allow"
large_enum_variant = "allow"
todo = "warn"
type_complexity = "allow"

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
future_incompatible = "warn"
missing_docs = "warn"
nonstandard_style = "warn"
rust_2018_idioms = "warn"

[lints.rustdoc]
private_doc_tests = "warn"
unescaped_backticks = "warn"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Code shared between wrappers in conformal framework."
edition = "2024"
homepage = "https://russellmcc.github.io/conformal"
license = "ISC"
name = "conformal_core"
readme = "README.md"
repository = "https://github.com/russellmcc/conformal"
resolver = "2"
rust-version = "1.90.0"
version = "0.3.7"