solmail-program 0.1.0

SolMail on-chain program - Payment escrow and prepaid credits for physical mail
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 = "2021"
name = "solmail-program"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SolMail on-chain program - Payment escrow and prepaid credits for physical mail"
readme = false
license = "MIT"

[features]
default = []
test-oracle = []

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

[dependencies.pinocchio]
version = "0.9"

[dependencies.pinocchio-pubkey]
version = "0.3"

[dependencies.pinocchio-system]
version = "0.4"

[dependencies.pinocchio-token]
version = "0.4"

[profile.dev]
opt-level = 0
debug = 2

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