ucfp 0.1.0

Universal Content Fingerprinting (UCFP) core library
# 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 = "ucfp"
version = "0.1.0"
build = false
include = [
    "src/**/*",
    "Cargo.toml",
    "README.md",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Universal Content Fingerprinting (UCFP) core library"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/bravo1goingdark/ucfp"

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

[[bin]]
name = "ucfp"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.canonical]
version = "0.1.0"
package = "content-canonical"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.index]
version = "0.1.0"
package = "content-index"

[dependencies.ingest]
version = "0.1.0"
package = "content-ingest"

[dependencies.matcher]
version = "0.1.0"

[dependencies.ndarray]
version = "0.17"

[dependencies.perceptual]
version = "0.1.0"

[dependencies.semantic]
version = "0.1.0"
package = "content-semantic"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.tokio]
version = "1.42"
features = [
    "rt",
    "rt-multi-thread",
]

[dev-dependencies.criterion]
version = "0.5"
features = [
    "html_reports",
    "async_tokio",
]

[dev-dependencies.futures]
version = "0.3"

[dev-dependencies.ndarray]
version = "0.17"

[dev-dependencies.rand]
version = "0.8"

[dev-dependencies.rayon]
version = "1.10"

[dev-dependencies.tempfile]
version = "3"

[profile.bench]
opt-level = 3
lto = "fat"
codegen-units = 1

[profile.release]
opt-level = 3
lto = "fat"
codegen-units = 1
panic = "abort"