api-parity-rs 0.0.3

Rust plugin for api-parity — runtime types, attribute macros, port-mode CLI driver, and an optional reference-mode walker.
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 = "2021"
name = "api-parity-rs"
version = "0.0.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust plugin for api-parity — runtime types, attribute macros, port-mode CLI driver, and an optional reference-mode walker."
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/franciscoabsampaio/api-parity"

[features]
cli = ["dep:clap"]
default = ["cli"]
serde = [
    "dep:serde",
    "dep:serde_json",
]
walker = [
    "cli",
    "serde",
    "dep:public-api",
    "dep:rustdoc-json",
]

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

[[bin]]
name = "api-parity-rs"
path = "src/main.rs"
required-features = ["cli"]

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

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

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

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

[dependencies.api-parity-rs-macros]
version = "=0.0.3"

[dependencies.clap]
version = "4"
features = ["derive"]
optional = true

[dependencies.inventory]
version = "0.3"

[dependencies.public-api]
version = "0.51"
optional = true

[dependencies.rustdoc-json]
version = "0.9"
optional = true

[dependencies.serde]
version = "1"
features = ["derive"]
optional = true

[dependencies.serde_json]
version = "1"
optional = true

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