wp-source-types 0.1.0

Common source-side connector types — Tags, SourceEvent, SourceBatch — shared across WP connector crates
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 = "wp-source-types"
version = "0.1.0"
authors = ["WarpParse Dev Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Common source-side connector types — Tags, SourceEvent, SourceBatch — shared across WP connector crates"
homepage = "https://github.com/wp-labs/wp-source-types"
documentation = "https://docs.rs/wp-source-types"
readme = "README.md"
keywords = [
    "connector",
    "warpparse",
    "source",
    "tags",
    "event",
]
categories = ["data-structures"]
license = "Apache-2.0"
repository = "https://github.com/wp-labs/wp-source-types"

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

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.smallvec]
version = "1.0"
features = ["serde"]

[dependencies.smol_str]
version = "0.3"

[dependencies.wp-model-core]
version = "0.8"