generic_relation_helpers 0.2.0

Traits et helpers génériques pour jointures parent/enfant
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 = "generic_relation_helpers"
version = "0.2.0"
authors = ["devskortana@gmail.com"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Traits et helpers génériques pour jointures parent/enfant"
documentation = "https://docs.rs/generic_relation_helpers"
readme = "README.md"
keywords = [
    "sgbdr",
    "dbms",
    "helpers",
    "orm",
    "diesel",
]
categories = [
    "data-structures",
    "database",
]
license = "MIT"

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

[[example]]
name = "usage_basique"
path = "examples/usage_basique.rs"

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

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

[dependencies.chrono]
version = "0.4"

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

[dependencies.serde_json]
version = "1"