confium 0.2.0

Open-source distributed trust store framework
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"
rust-version = "1.85"
name = "confium"
version = "0.2.0"
authors = ["Ribose Open <open.source@ribose.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Open-source distributed trust store framework"
homepage = "https://www.confium.org/"
readme = false
categories = [
    "authentication",
    "cryptography",
]
license = "BSD-2-Clause"
repository = "https://github.com/confium/confium"

[package.metadata.nix]
app = true
build = true

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

[dependencies.libloading]
version = "0.8"

[dependencies.snafu]
version = "0.8"

[profile.release]
opt-level = 3
lto = true
codegen-units = 1