codama-errors 0.7.2

Errors and result types for Codama
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 = "codama-errors"
version = "0.7.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Errors and result types for Codama"
readme = false
license = "Apache-2.0"
repository = "https://github.com/codama-idl/codama-rs"

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

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

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

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

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

[dependencies.cargo_toml]
version = "0.20"

[dependencies.proc-macro2]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.syn]
version = "2.0"
features = [
    "extra-traits",
    "full",
]

[dependencies.thiserror]
version = "2.0"