plain-ds 0.1.0

Plain data structures
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 = "2024"
name = "plain-ds"
version = "0.1.0"
authors = ["dvshapkin <dvshapkin@mail.ru>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Plain data structures"
homepage = "https://github.com/dvshapkin/plain-ds"
documentation = "https://docs.rs/plain-ds"
readme = "README.md"
keywords = [
    "data-structures",
    "ds",
]
categories = ["data-structures"]
license = "MIT"
repository = "https://github.com/dvshapkin/plain-ds"

[lib]
name = "plain_ds"
path = "src/lib.rs"
doctest = false

[dependencies.anyhow]
version = "1.0"

[dev-dependencies.drop-tracker]
version = "0.1"