changeset-parse 0.0.2

Parser for changeset 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"
rust-version = "1.85.0"
name = "changeset-parse"
version = "0.0.2"
authors = ["Lukas Wagner <appdev.lukaswagner@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Parser for changeset files"
homepage = "https://github.com/lukidoescode/cargo-changeset"
readme = "README.md"
keywords = [
    "cargo",
    "changeset",
    "parser",
    "yaml",
    "markdown",
]
categories = [
    "development-tools::cargo-plugins",
    "parser-implementations",
]
license = "MIT"
repository = "https://github.com/lukidoescode/cargo-changeset"
resolver = "2"

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

[dependencies.changeset-core]
version = "0.0.2"

[dependencies.indexmap]
version = "2.7.1"
features = ["serde"]

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

[dependencies.serde_with]
version = "3.16.1"
features = ["indexmap_2"]

[dependencies.serde_yml]
version = "0.0.12"

[dependencies.thiserror]
version = "2.0.18"