incremental-topo 0.1.1

Data structure to maintain an incremental topological ordering over a collection of values
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "incremental-topo"
version = "0.1.1"
authors = ["Declan Kelly <dkelly.home@gmail.com>"]
description = "Data structure to maintain an incremental topological ordering over a collection of values"
documentation = "https://docs.rs/incremental-topo/"
readme = "README.md"
keywords = ["data-structures", "dag", "graph", "incremental", "topological"]
categories = ["algorithms", "data-structures"]
license = "MIT/Apache-2.0"
repository = "https://github.com/declanvk/incremental-topo/"
[dependencies.failure]
version = "~0.1.2"

[dependencies.failure_derive]
version = "~0.1.2"

[dependencies.log]
version = "~0.4.5"

[dependencies.slab]
version = "~0.4.1"
[dev-dependencies.pretty_env_logger]
version = "~0.2.4"