tailvore 0.19.1

Easy, safe self-referential struct generation.
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 = "2018"
name = "tailvore"
version = "0.19.1"
authors = ["Josh <someguynamedjosh@github.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Easy, safe self-referential struct generation."
documentation = "https://docs.rs/tailvore"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://tangled.org/drac.gay/tailvore"

[features]
default = ["std"]
std = ["tailvore_macro/std"]

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

[dependencies.aliasable]
version = "0.1.3"
features = ["traits"]

[dependencies.static_assertions]
version = "1.1.0"

[dependencies.tailvore_macro]
version = "0.19.0"