closure-tree 0.0.1

Closure Tree support for SeaORM (PostgreSQL).
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 = "2021"
name = "closure-tree"
version = "0.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Closure Tree support for SeaORM (PostgreSQL)."
homepage = "https://github.com/ClosureTree/closure-tree-rs"
readme = "README.md"
keywords = [
    "sea-orm",
    "hierarchy",
    "tree",
    "postgres",
    "closure-tree",
]
categories = [
    "database",
    "data-structures",
]
license = "MIT"
repository = "https://github.com/ClosureTree/closure-tree-rs"

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

[[test]]
name = "postgres"
path = "tests/postgres.rs"

[dependencies.async-trait]
version = "0.1"

[dependencies.closure-tree-macros]
version = "0.0.1"

[dependencies.crc32fast]
version = "1"

[dependencies.once_cell]
version = "1"

[dependencies.sea-orm]
version = "1.1"
features = [
    "macros",
    "runtime-tokio-rustls",
    "sqlx-postgres",
    "mock",
]
default-features = false

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

[dependencies.serde_json]
version = "1"

[dependencies.sqlx]
version = "0.8"
features = [
    "runtime-tokio-rustls",
    "postgres",
]
default-features = false

[dependencies.thiserror]
version = "2"

[dev-dependencies.tokio]
version = "1.47"
features = [
    "rt-multi-thread",
    "macros",
]