# 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 = "degauss" version = "0.1.8" authors = [ "Theo B. ", "Ankur S. ", ] description = "Your friendly neighborhood Avro schema compatibility checker." homepage = "https://github.com/vertexclique/degauss" documentation = "https://docs.rs/degauss" readme = "README.md" keywords = [ "schema-compatibility", "compatibility", "serialization", ] categories = [ "development-tools", "command-line-utilities", ] license = "Apache-2.0/MIT" repository = "https://github.com/vertexclique/degauss" [dependencies.apache-avro] version = "0.14.0" [dependencies.comfy-table] version = "6.0.0" [dependencies.isahc] version = "1.7" features = [ "json", "static-ssl", ] [dependencies.paw] version = "1.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.structopt] version = "0.3" features = ["paw"] [dependencies.strum] version = "0.23" features = ["derive"] [dependencies.strum_macros] version = "0.24.0" [dependencies.thiserror] version = "1.0" [dev-dependencies.rand] version = "0.8"