[package] name = "sdml_error" description = "Simple Domain Modeling Language (SDML) errors and diagnostics." version = "0.1.5" authors = ["Simon Johnston "] repository = "https://github.com/johnstonskj/rust-sdml.git" license-file = "../LICENSE" readme = "README.md" edition = "2021" publish = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] all-features = true rustdoc-args = ["--html-in-header", "doc-src/header.html"] [dependencies] codespan-reporting = "0.11.1" heck = "0.4.1" i18n-embed = { version = "0.14", features = ["fluent-system", "desktop-requester"]} i18n-embed-fl = "0.8" rust-embed = "8.2" tracing = "0.1.40" tracing-subscriber = "0.3.18" url = "2.5.0"