bt-rs 0.0.2

Build tools, for Rust
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"
rust-version = "1.74"
name = "bt-rs"
version = "0.0.2"
authors = ["Matt Wilson <matthew@synesis.com.au>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Build tools, for Rust"
homepage = "https://github.com/synesissoftware/bt-rs"
documentation = "https://docs.rs/bt-rs"
readme = "README.md"
keywords = [
    "build",
    "cargo",
    "rust",
    "tools",
]
categories = ["development-tools::build-utils"]
license = "BSD-3-Clause"
repository = "https://github.com/synesissoftware/bt-rs"

[features]
default = []
null-feature = []

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

[dependencies]

[dev-dependencies]