[package]
edition = "2021"
name = "tickerforge-spec-data"
version = "0.1.1"
build = false
include = [
"Cargo.toml",
"src/**/*",
"spec/**/*",
"README.md",
"LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Canonical tickerforge YAML spec tree for Rust (same content as the Python tickerforge-spec-data wheel)."
readme = "README.md"
license = "MIT"
repository = "https://github.com/mesias/tickerforge-spec"
[lib]
name = "tickerforge_spec_data"
path = "src/lib.rs"