afia-component-sys 0.0.1

A low-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-sys"
version = "0.0.1"
build = "build-opensource.rs"
links = "afia-component"
exclude = ["build-opensource.rs"]
include = [
    "build-opensource.rs",
    "src/**/*.rs",
]
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A low-level Rust wrapper for `libafia_component`."
readme = "README.md"
license = "MIT OR Apache-2.0"
resolver = "3"

[features]
emulate-imports = []
test-utils = ["emulate-imports"]

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

[dependencies]