securiety 0.2.8

A crate for parsing and validating CURIE IDs
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 = "securiety"
version = "0.2.8"
authors = ["Rouven Reuter <Rouven.Reuter@proton.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A crate for parsing and validating CURIE IDs"
homepage = "https://robinsongroup.github.io/"
readme = "README.md"
keywords = [
    "ontology",
    "curie",
    "bioinformatics",
    "validation",
    "parsing",
]
license-file = "LICENSE"
repository = "https://github.com/SmartMonkey-git/securiety"

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

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

[dependencies.paste]
version = "1.0.15"

[dependencies.regex]
version = "1.12.2"
features = [
    "std",
    "perf",
    "unicode-perl",
]
default-features = false

[dev-dependencies.mockall]
version = "0.14.0"