fory-core 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-core"
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-file = "LICENSE"
repository = "https://github.com/apache/fory"

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

[[bench]]
name = "simd_bench"
path = "benches/simd_bench.rs"
harness = false

[dependencies.byteorder]
version = "1.4"

[dependencies.chrono]
version = "0.4"

[dependencies.num_enum]
version = "0.5.1"

[dependencies.paste]
version = "1.0"

[dependencies.proc-macro2]
version = "1.0"
default-features = false

[dependencies.quote]
version = "1.0"
default-features = false

[dependencies.syn]
version = "2.0"
features = [
    "full",
    "fold",
]
default-features = false

[dependencies.thiserror]
version = "1.0"
default-features = false

[dev-dependencies.criterion]
version = "0.5.1"

[dev-dependencies.rand]
version = "0.8.5"