drift 0.1.2

Library for comparing the compatibility of OpenAPI documents
Documentation
[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"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Library for comparing the compatibility of OpenAPI documents"
documentation = "https://docs.rs/drift"
edition = "2024"
license = "Apache-2.0"
name = "drift"
readme = "README.md"
repository = "https://github.com/oxidecomputer/drift"
rust-version = "1.85"
version = "0.1.2"

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