[package]
edition = "2021"
name = "cochranblock"
version = "0.1.0"
authors = ["Michael Cochran <mcochran@cochranblock.org>"]
build = false
include = [
"src/**/*",
"Cargo.toml",
"README.md",
"LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The Cochran Block manual. Index of every Rust crate published under the Unlicense (public domain). The Anti-Founder Manifesto in crate form."
homepage = "https://cochranblock.org"
documentation = "https://docs.rs/cochranblock"
readme = "README.md"
keywords = [
"catalog",
"manual",
"unlicense",
"cochranblock",
"index",
]
categories = ["development-tools"]
license = "Unlicense"
repository = "https://github.com/cochranblock/cochranblock"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
"--cfg",
"docsrs",
]
[lib]
name = "cochranblock"
path = "src/lib.rs"
[dependencies.exopack]
version = "0.2"