[dependencies.cargo_toml]
version = "0.20"
[dependencies.proc-macro2]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.syn]
features = ["extra-traits", "full"]
version = "2.0"
[dependencies.thiserror]
version = "2.0"
[lib]
name = "codama_errors"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Errors and result types for Codama"
edition = "2021"
license = "Apache-2.0"
name = "codama-errors"
readme = false
repository = "https://github.com/codama-idl/codama-rs"
version = "0.7.1"
[[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"