rpos 0.3.3

Cursor Manager on Table
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 = "rpos"
version = "0.3.3"
authors = ["kohbis <dev.kohbis@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cursor Manager on Table"
readme = "README.md"
categories = ["data-structures"]
license = "MIT"
repository = "https://github.com/kohbis/rpos"

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

[[bin]]
name = "rpos"
path = "src/bin/rpos.rs"

[[test]]
name = "cursor_test"
path = "tests/cursor_test.rs"

[[test]]
name = "table_test"
path = "tests/table_test.rs"

[dependencies.anyhow]
version = "1.0.101"