# 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-build" version = "0.0.6" authors = ["Josh Williams "] description = "OVSDB schema compiler" homepage = "https://git.dubzland.com/holodekk/ovsdb" documentation = "https://docs.rs/ovsdb-build/0.0.6" readme = "README.md" categories = [ "network-programming", "database-interfaces", ] license = "MIT" repository = "https://git.dubzland.com/holodekk/ovsdb.git" resolver = "1" [dependencies.convert_case] version = "0.6.0" [dependencies.ovsdb] version = "0.0.6" [dependencies.prettyplease] version = "0.2.16" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.syn] version = "2" features = [ "derive", "full", "parsing", "printing", "extra-traits", ] default-features = false [dependencies.thiserror] version = "1.0.50"