tripfuse 0.1.0

A one-time use container for sensitive values
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 = "tripfuse"
version = "0.1.0"
authors = ["oOp<ossama.abboud95@gmai.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A one-time use container for sensitive values"
homepage = "https://github.com/oOp995/tripfuse"
documentation = "https://docs.rs/tripfuse"
readme = "README.md"
keywords = [
    "one-time",
    "secrets",
    "otp",
    "token",
    "authenticator",
]
categories = [
    "cryptography",
    "security",
    "authentication",
    "rust-patterns",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/oOp995/tripfuse"

[badges.maintenance]
status = "actively-developed"

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

[[example]]
name = "conditional_burn"
path = "examples/conditional_burn.rs"

[[example]]
name = "explicit_burn"
path = "examples/explicit_burn.rs"

[[example]]
name = "m"
path = "examples/m.rs"

[[example]]
name = "one-time-password"
path = "examples/one-time-password.rs"

[[example]]
name = "one-time_use"
path = "examples/one-time_use.rs"

[[example]]
name = "send_otp"
path = "examples/send_otp.rs"

[[example]]
name = "sender_reciever"
path = "examples/sender_reciever.rs"

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

[dependencies]