rovs-openflow 0.2.0

OpenFlow protocol implementation for OVS
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"
rust-version = "1.85"
name = "rovs-openflow"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "OpenFlow protocol implementation for OVS"
readme = "README.md"
keywords = [
    "ovs",
    "openflow",
    "sdn",
    "ovsdb",
    "networking",
]
categories = ["network-programming"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/delandtj/rovs"
resolver = "2"

[features]
test-support = []

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

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

[dependencies.bytes]
version = "1"

[dependencies.nom]
version = "8"

[dependencies.rovs-transport]
version = "0.2.0"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tracing]
version = "0.1"

[lints.clippy]
all = "warn"
pedantic = "warn"

[lints.rust]
unsafe_code = "deny"