ebi_activity_key 0.0.1

String de-duplication for Ebi - a stochastic process mining utility
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 = "ebi_activity_key"
version = "0.0.1"
build = false
exclude = [
    "/testfiles",
    "/manual",
    ".github/",
    ".*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "String de-duplication for Ebi - a stochastic process mining utility"
homepage = "https://ebitools.org"
readme = "README.md"
keywords = [
    "stochastic-processes",
    "process-mining",
    "business-processes",
]
categories = ["command-line-utilities"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/BPM-Research-Group/Ebi_objects"

[features]
default = []
testactivities = []

[lib]
name = "ebi_activity_key"
crate-type = [
    "cdylib",
    "lib",
]
path = "src/lib.rs"

[dependencies.intmap]
version = "3.1.3"

[dependencies.uuid]
version = "1.21.0"
features = ["v4"]

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
debug = 0
panic = "abort"
strip = true