# 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" rust-version = "1.60" name = "callysto-avro" version = "0.1.2" authors = [ "Theo B. ", "Ankur S. ", ] exclude = [ ".github/*", "examples/*", "tests/*", "art/*", "ci/*", "k8s/*", "benches/*", "doc/*", "docker/*", "docs/*", "*.png", "*.dot", "*.yml", ] description = "Avro serde for Callysto Stream Processing Framework" homepage = "https://vertexclique.github.io/callysto/" readme = "README.md" keywords = [ "stream", "stream-processing", "microservice", "distributed", "database", ] categories = [ "concurrency", "asynchronous", "database", "database-implementations", ] license = "Apache-2.0" repository = "https://github.com/vertexclique/callysto" [dependencies.apache-avro] version = "0.16" [dependencies.callysto] version = "0.1" [dependencies.crossbeam-channel] version = "0.5" [dependencies.cuneiform-fields] version = "0.1.1" [dependencies.futures-lite] version = "2.2" [dependencies.pin-project-lite] version = "0.2" [dependencies.polars] version = "0.36" features = ["avro"] [dependencies.serde] version = "1.0" [dependencies.tracing] version = "0.1"