lawn-protocol 0.5.0

protocol types, traits, and codes for Lawn
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 = "2018"
rust-version = "1.63.0"
name = "lawn-protocol"
version = "0.5.0"
build = false
include = [
    "src/**/*.rs",
    "Cargo.toml",
    "README.md",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "protocol types, traits, and codes for Lawn"
readme = "README.md"
license = "MIT"
license-file = "LICENSE"
repository = "https://github.com/bk2204/lawn"

[features]
async = ["tokio"]

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

[dependencies.bitflags]
version = "1.0"

[dependencies.bytes]
version = "1"
features = ["serde"]

[dependencies.hex]
version = "0.4"

[dependencies.lawn-constants]
version = "0.5.0"

[dependencies.num-derive]
version = "0.4"

[dependencies.num-traits]
version = "0.2"

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

[dependencies.serde_cbor]
version = "0.11.2"

[dependencies.tokio]
version = "1"
features = [
    "fs",
    "sync",
    "io-util",
]
optional = true