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