# 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" name = "ovsdb" version = "0.0.6" authors = ["Josh Williams "] description = """ Rust implementation of the OVSDB schema and wire protocol. """ homepage = "https://git.dubzland.com/holodekk/ovsdb" documentation = "https://docs.rs/ovsdb/0.0.6" readme = "README.md" categories = [ "network-programming", "database-interfaces", ] license = "MIT" repository = "https://git.dubzland.com/holodekk/ovsdb.git" resolver = "1" [package.metadata.docs.rs] all-features = true [dependencies.erased-serde] version = "0.4.3" [dependencies.futures] version = "0.3" [dependencies.serde] version = "1.0.189" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1.0.107" [dependencies.thiserror] version = "1.0.50" [dependencies.tokio] version = "1" features = [ "io-util", "macros", "net", "rt", "rt-multi-thread", "sync", ] [dependencies.tokio-util] version = "0.7.4" features = ["codec"] [dependencies.uuid] version = "1.5.0" features = [ "v4", "serde", ] [dev-dependencies.tokio-test] version = "0.4.0" [features] client = ["protocol"] default = ["client"] protocol = ["schema"] schema = []