# 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 = "kcl" version = "0.3.3" authors = [ "David Steiner ", ] exclude = [ ".dockerignore", ".github/*", ".pre-commit-config.yaml", "Dockerfile", "docker-bake.hcl", ] description = "a Rust interface to the Amazon Kinesis Client Library (KCL) MultiLangDaemon" homepage = "https://github.com/Validus-Risk-Management/amazon-kinesis-client-rust" readme = "README.md" keywords = [ "aws", "kinesis", ] license = "MIT" repository = "https://github.com/Validus-Risk-Management/amazon-kinesis-client-rust" [[example]] name = "example_consumer" path = "examples/example_consumer/main.rs" [dependencies.base64] version = "0.13.1" [dependencies.base64-serde] version = "0.6.1" [dependencies.eyre] version = "0.6.8" [dependencies.serde] version = "1.0.147" features = ["derive"] [dependencies.serde_json] version = "1.0.87" [dependencies.thiserror] version = "1.0.37"