parent_ai_json_engine 0.0.2

Crate provides a JSON engine for collecting, aggregating, and managing models.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "native_neural_network"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5b172d742e6e57b9932f839dd0e29f06e91d174a773dcd142f1e1d32b542960"

[[package]]
name = "native_neural_network_std"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93aa9d9bfbf83b9083c0400f8834fea94e6ae3339a5bff8b8061c64de7a18fde"
dependencies = [
 "native_neural_network",
]

[[package]]
name = "parent_ai_json_engine"
version = "0.0.2"
dependencies = [
 "native_neural_network_std",
]