fulltime-plugin-api 0.1.0

Canonical league-data schema, data-provider WIT interface, and plugin manifest format shared by the FullTime plugin host and data-provider plugins.
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 = "2021"
rust-version = "1.85"
name = "fulltime-plugin-api"
version = "0.1.0"
authors = ["Paul Schifferer <paul@schifferers.net>"]
build = false
exclude = [
    ".github/*",
    ".gitignore",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Canonical league-data schema, data-provider WIT interface, and plugin manifest format shared by the FullTime plugin host and data-provider plugins."
readme = "README.md"
keywords = [
    "fulltime",
    "plugin",
    "wasm",
    "football",
]
categories = ["data-structures"]
license = "MIT"
repository = "https://github.com/pilgrimagesoftware/fulltime-plugin-api"

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

[[test]]
name = "bundesliga_shape"
path = "tests/bundesliga_shape.rs"

[dependencies.serde]
version = "1.0.229"
features = [
    "derive",
    "std",
]
default-features = false

[dependencies.thiserror]
version = "2.0.19"
features = ["std"]
default-features = false

[dependencies.toml]
version = "1.1"
features = [
    "std",
    "serde",
    "parse",
    "display",
]
default-features = false

[dependencies.wit-bindgen]
version = "0.59.0"
features = [
    "macros",
    "std",
]
default-features = false

[dev-dependencies.proptest]
version = "1"

[dev-dependencies.serde_json]
version = "1.0.150"