feagi-serialization 0.0.1-beta.9

Adds serialization and deserialization to select Feagi Data Structures.
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 = "feagi-serialization"
version = "0.0.1-beta.9"
authors = ["Neuraville Inc. <feagi@neuraville.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Adds serialization and deserialization to select Feagi Data Structures."
homepage = "https://feagi.org"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/feagi/feagi-core"

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

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

[dependencies.byteorder]
version = "1.5.0"

[dependencies.feagi-structures]
version = "0.0.1-beta.9"

[dependencies.serde_json]
version = "1.0"