bao1x-api 0.1.0

Baochip-1x API Crate
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 = "bao1x-api"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Baochip-1x API Crate"
readme = false
license = "Apache-2.0"

[features]
bio = []
default = []
derive-rkyv = ["rkyv"]
std = [
    "derive-rkyv",
    "xous-names",
    "xous-ipc",
]

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

[dependencies.arbitrary-int]
version = "1.2"

[dependencies.bitbybit]
version = "1.4.0"

[dependencies.bytemuck]
version = "1.24"
features = ["derive"]

[dependencies.num-derive]
version = "0.4.2"
default-features = false

[dependencies.num-traits]
version = "0.2.14"
default-features = false

[dependencies.num_enum]
version = "0.5"
default-features = false

[dependencies.rkyv]
version = "0.8.8"
features = [
    "std",
    "alloc",
]
optional = true
default-features = false

[dependencies.xous]
version = "0.9.70"

[dependencies.xous-ipc]
version = "0.10.10"
optional = true

[dependencies.xous-names]
version = "0.9.71"
optional = true
package = "xous-api-names"