icydb-core 0.2.0

IcyDB — A type-safe, embedded ORM and schema system for the Internet Computer
Documentation
[[bench]]
harness = false
name = "all"
path = "benches/all.rs"

[[bench]]
name = "blob"
path = "benches/blob.rs"

[dependencies.candid]
version = "0.10"

[dependencies.canic-cdk]
version = "0.6.19"

[dependencies.canic-memory]
version = "0.6.19"

[dependencies.canic-utils]
version = "0.6.19"

[dependencies.chrono]
default-features = false
version = "0.4"

[dependencies.derive_more]
default-features = false
features = ["full"]
version = "2.0"

[dependencies.num-traits]
default-features = false
version = "0.2"

[dependencies.rust_decimal]
default-features = false
features = ["serde", "maths"]
version = "1.37"

[dependencies.serde]
default-features = false
version = "1.0"

[dependencies.serde_bytes]
version = "0.11"

[dependencies.thiserror]
version = "2.0"

[dependencies.ulid]
default-features = false
version = "1.2"

[dev-dependencies.bencher]
version = "0.1"

[dev-dependencies.serde_json]
version = "1.0"

[lib]
doctest = false
name = "icydb_core"
path = "src/lib.rs"

[lints.clippy]
doc_markdown = "allow"
empty_line_after_doc_comments = "allow"
missing_const_for_fn = "warn"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_inception = "allow"
module_name_repetitions = "allow"
must_use_candidate = "warn"
needless_pass_by_value = "allow"
option_if_let_else = "allow"
redundant_clone = "warn"
semicolon_if_nothing_returned = "warn"
significant_drop_tightening = "allow"
uninlined_format_args = "warn"
unnecessary_cast = "warn"
use_self = "warn"
wildcard_imports = "allow"

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

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

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

[package]
authors = ["borovan <84897664+borovan@users.noreply.github.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "IcyDB — A type-safe, embedded ORM and schema system for the Internet Computer"
edition = "2024"
license = "Apache-2.0 OR MIT"
name = "icydb-core"
readme = "README.md"
repository = "https://github.com/dragginzgame/icydb"
resolver = "2"
rust-version = "1.92.0"
version = "0.2.0"