ac-lib 0.1.0

A rust library for competitive programming on AtCoder
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 = "ac-lib"
version = "0.1.0"
authors = ["hashisato <hashisato.dev@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A rust library for competitive programming on AtCoder"
documentation = "https://docs.rs/ac-lib"
readme = "README.md"
keywords = [
    "atcoder",
    "competitive",
    "algorithm",
    "data-structures",
    "programming",
]
categories = [
    "algorithms",
    "data-structures",
]
license = "MIT"
repository = "https://github.com/hashisato/ac-lib"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

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

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

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

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

[dependencies]