rustik-highlight 0.1.0

Rustik code highlighter.
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 = "2024"
name = "rustik-highlight"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rustik code highlighter."
homepage = "https://crates.io/crates/rustik-highlight"
documentation = "https://docs.rs/rustik-highlight"
readme = false
license = "MIT"

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

[dependencies.onig]
version = "6.7.0"
default-features = false
package = "onig-regset"

[dependencies.serde]
version = "0.1.13"
package = "microserde"

[lints.clippy]
expect_used = "warn"
inline_always = "allow"
needless_pass_by_value = "allow"
panic = "warn"
too_many_lines = "allow"
trivially_copy_pass_by_ref = "allow"
unused_self = "allow"
unwrap_used = "warn"