rusty-tracks 0.0.12

Rust client to connect to DataTracks.
Documentation
# 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 = "2024"
name = "rusty-tracks"
version = "0.0.12"
authors = ["David Lengweiler <dave.lengw@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust client to connect to DataTracks."
homepage = "https://github.com/data-tracks/RustyTracks"
readme = "README.md"
keywords = [
    "stream",
    "data",
    "processing",
]
license = "GPL-3.0-only"
repository = "https://github.com/data-tracks/RustyTracks"

[lib]
name = "rusty_tracks"
path = "src/lib.rs"

[dependencies.flatbuffers]
version = "25.2.10"

[dependencies.tracing]
version = "0.1.41"

[dependencies.track-rails]
version = "0.0.7"