icydb-schema 0.4.7

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

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

[dependencies.candid]
version = "0.10"

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

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

[dependencies.darling]
version = "0.23"

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

[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.remain]
version = "0.2"

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

[dependencies.thiserror]
version = "2.0"

[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