xcsoar-tasks 0.1.0

A Rust library for parsing and writing XCSoar task files
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 = "xcsoar-tasks"
version = "0.1.0"
build = false
exclude = [
    ".github/*",
    "benches/*",
    "docs/*",
    "examples/*",
    "tests/*",
    ".gitignore",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust library for parsing and writing XCSoar task files"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/glide-rs/xcsoar-tasks"

[package.metadata.release]
pre-release-commit-message = "Release v{{version}}"
tag-message = ""
publish = false

[[package.metadata.release.pre-release-replacements]]
file = "README.md"
search = 'xcsoar-tasks = "[a-z0-9\.-]+"'
replace = 'xcsoar-tasks = "{{version}}"'

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

[dependencies.quick-xml]
version = "0.38.4"
features = ["serialize"]

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

[dependencies.thiserror]
version = "2.0.17"

[dev-dependencies.anyhow]
version = "=1.0.100"

[dev-dependencies.clap]
version = "=4.5.53"
features = ["derive"]

[dev-dependencies.criterion]
version = "=0.8.0"

[dev-dependencies.insta]
version = "=1.44.3"
features = [
    "json",
    "redactions",
]

[dev-dependencies.minijinja]
version = "=2.9.0"

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

[dev-dependencies.tempfile]
version = "=3.23.0"

[dev-dependencies.webbrowser]
version = "=1.0.6"