fory 0.15.0

Apache Fory: Blazingly fast multi-language serialization framework with trait objects and reference support.
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"
rust-version = "1.70"
name = "fory"
version = "0.15.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Apache Fory: Blazingly fast multi-language serialization framework with trait objects and reference support."
readme = "README.md"
keywords = [
    "serialization",
    "serde",
    "trait-object",
    "zero-copy",
    "schema-evolution",
]
categories = ["encoding"]
license = "Apache-2.0"
repository = "https://github.com/apache/fory"

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

[dependencies.fory-core]
version = "0.15.0"

[dependencies.fory-derive]
version = "0.15.0"