afia-component 0.0.4

A high-level Rust wrapper for `libafia_component`.
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 = "afia-component"
version = "0.0.4"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A high-level Rust wrapper for `libafia_component`."
readme = "README.md"
license = "MIT OR Apache-2.0"
resolver = "3"

[features]
emulate-imports = ["afia-component-sys/emulate-imports"]
macros = ["afia-component-macro"]
test-utils = [
    "emulate-imports",
    "afia-component-sys/test-utils",
]

[lib]
name = "afia_component"
path = "src/lib.rs"
doctest = true

[dependencies.afia-component-macro]
version = "0.0.4"
optional = true

[dependencies.afia-component-sys]
version = "0.0.4"