rubbo-serialization 0.1.0

Rust implementation of Apache Dubbo 3. High-performance RPC framework with Triple protocol.
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 = "rubbo-serialization"
version = "0.1.0"
authors = ["Yang Hui <a2409931477@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust implementation of Apache Dubbo 3. High-performance RPC framework with Triple protocol."
homepage = "https://github.com/huiyang233/rubbo"
documentation = "https://docs.rs/rubbo"
readme = false
keywords = [
    "rpc",
    "dubbo",
    "microservices",
    "triple",
]
categories = [
    "network-programming",
    "asynchronous",
]
license = "MIT"
repository = "https://github.com/huiyang233/rubbo"
resolver = "2"

[features]
default = ["fastjson"]
fastjson = []
fastjson2 = ["dep:rubbo-jsonb"]
hessian2 = [
    "dep:serde-hessian",
    "dep:hessian_rs",
]

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

[dependencies.hessian_rs]
version = "0.0.4-rc3"
optional = true

[dependencies.rubbo-core]
version = "0.1.0"

[dependencies.rubbo-jsonb]
version = "0.1.0"
optional = true

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

[dependencies.serde-hessian]
version = "0.1.0-rc1"
optional = true

[dependencies.serde_json]
version = "1.0"