kimberlite-types 0.4.0

Core type definitions for Kimberlite
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 = "kimberlite-types"
version = "0.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core type definitions for Kimberlite"
readme = false
license = "Apache-2.0"
repository = "https://github.com/kimberlitedb/kimberlite"
resolver = "2"

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

[dependencies.bytes]
version = "1"
features = ["serde"]

[dependencies.getrandom]
version = "0.3.4"

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

[dev-dependencies.proptest]
version = "1"

[dev-dependencies.test-case]
version = "3"

[lints.clippy]
cast_possible_truncation = "allow"
cast_possible_wrap = "allow"
missing_docs_in_private_items = "allow"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
must_use_candidate = "allow"
return_self_not_must_use = "allow"

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

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

[lints.rust]
unsafe_code = "deny"