[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"