safety-lib 0.4.1

A lib for using safety tags defined in tag-std
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 = "safety-lib"
version = "0.4.1"
authors = ["Artisan-Lab <xuh@fudan.edu.cn>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A lib for using safety tags defined in tag-std"
readme = "README.md"
license = "MPL-2.0"
repository = "https://github.com/Artisan-Lab/tag-std"

[features]
default = []
std = ["dep:safety-parser"]

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

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

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

[dependencies.safety-macro]
version = "0.4.1"

[dependencies.safety-parser]
version = "0.4.1"
optional = true

[dev-dependencies.expect-test]
version = "1.5.1"