sightingdb 0.4.1

A database designed for Sightings, a technique to count items
# 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"
rust-version = "1.88"
name = "sightingdb"
version = "0.4.1"
authors = ["Sebastien Tricaud <sebastien.tricaud@devo.com>"]
build = false
exclude = [
    "rust-toolchain.toml",
    ".idea/*",
    ".github/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A database designed for Sightings, a technique to count items"
readme = "README.md"
keywords = [
    "sightings",
    "threat-intelligence",
    "indicators",
    "database",
]
categories = [
    "database-implementations",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/stricaud/sightingdb"

[features]
vendored-openssl = ["openssl/vendored"]

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

[dependencies.actix-web]
version = "4.14"
features = ["openssl"]

[dependencies.anyhow]
version = "1.0"

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

[dependencies.clap]
version = "4.6"
features = ["derive"]

[dependencies.data-encoding]
version = "2.11"

[dependencies.dirs]
version = "6.0"

[dependencies.hickory-proto]
version = "0.26"
features = ["std"]
default-features = false

[dependencies.log]
version = "0.4"

[dependencies.log4rs]
version = "1.4"

[dependencies.openssl]
version = "0.10.81"

[dependencies.rand]
version = "0.10"

[dependencies.regex]
version = "1.13"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.toml]
version = "1.1"

[dependencies.toml_edit]
version = "0.25"

[dependencies.zeromq]
version = "0.6"
features = [
    "tcp-transport",
    "tokio-runtime",
]
default-features = false

[dev-dependencies.actix-rt]
version = "2.11"

[profile.release]
lto = "thin"
codegen-units = 1