enprot-ffi 0.5.11

C FFI for enprot — shared library (libenprot) for Python, Node.js, Go, Ruby bindings
# 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 = "enprot-ffi"
version = "0.5.11"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "C FFI for enprot — shared library (libenprot) for Python, Node.js, Go, Ruby bindings"
homepage = "https://github.com/engyon/enprot"
readme = false
keywords = [
    "encryption",
    "engyon",
    "ept",
    "ffi",
    "bindings",
]
categories = [
    "cryptography",
    "api-bindings",
]
license = "BSD-2-Clause"
repository = "https://github.com/engyon/enprot"
resolver = "2"

[features]
cli = ["enprot/cli"]
default = ["cli"]
vendored-rnp = ["enprot/vendored-rnp"]

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

[dependencies.enprot]
version = "0.5.12"
default-features = false

[dependencies.serde_json]
version = "1"