hermes-support 0.1.1

Diagnostics and source-management support crate for the Hermes Rust front-end.
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 = "hermes-support"
version = "0.1.1"
authors = ["Tzvetan Mikov <tmikov@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Diagnostics and source-management support crate for the Hermes Rust front-end."
readme = "README.md"
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/tmikov/hermes"

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

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

[dependencies.hermes_unicode]
version = "0.1.0"
package = "hermes-unicode"

[lints.rust]
unsafe_code = "forbid"