drift 0.1.4

Library for comparing the compatibility of OpenAPI documents
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"
name = "drift"
version = "0.1.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Library for comparing the compatibility of OpenAPI documents"
documentation = "https://docs.rs/drift"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/oxidecomputer/drift"

[[package.metadata.release.pre-release-replacements]]
file = "CHANGELOG.md"
search = "Unreleased"
replace = "[{{version}}]"
min = 1

[[package.metadata.release.pre-release-replacements]]
file = "CHANGELOG.md"
search = "ReleaseDate"
replace = "{{date}}"
min = 1

[[package.metadata.release.pre-release-replacements]]
file = "CHANGELOG.md"
search = "<!-- next-header -->"
replace = """
<!-- next-header -->
## Unreleased - ReleaseDate
"""
exactly = 1

[[package.metadata.release.pre-release-replacements]]
file = "CHANGELOG.md"
search = "<!-- next-url -->"
replace = """
<!-- next-url -->
[{{version}}]: https://github.com/oxidecomputer/drift/releases/tag/drift-{{version}}"""
exactly = 1

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

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

[dependencies.anyhow]
version = "1.0.99"

[dependencies.indexmap]
version = "2.11.2"

[dependencies.openapiv3]
version = "2.2.0"

[dependencies.regex]
version = "1.11.2"

[dependencies.serde]
version = "1.0.225"

[dependencies.serde_json]
version = "1.0.145"

[dev-dependencies.expectorate]
version = "1.2.0"

[dev-dependencies.json-patch]
version = "4.1.0"

[dev-dependencies.similar]
version = "2.1.0"