secapi 0.4.0

SecAPI 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 = "2021"
name = "secapi"
version = "0.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SecAPI bindings"
readme = "README.md"
keywords = [
    "crypto",
    "secure",
    "secapi",
]
categories = [
    "cryptography",
    "api-bindings",
]
license = "Apache-2.0"
repository = "https://github.com/rdkcentral/secapi-rust"

[features]
system-sa-client = ["secapi-sys/system-sa-client"]

[lib]
name = "secapi"
path = "src/lib.rs"
doctest = false

[dependencies.bitflags]
version = "2.4.0"

[dependencies.chrono]
version = "0.4.30"

[dependencies.secapi-sys]
version = "0.4.0"

[dependencies.uuid]
version = "1.4.1"