advancedresearch-tree_mem_sort 0.2.0

An in-memory topological sort algorithm for trees based on Group Theory
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]
edition = "2018"
name = "advancedresearch-tree_mem_sort"
version = "0.2.0"
authors = ["Sven Nilsen <bvssvni@gmail.com>"]
description = "An in-memory topological sort algorithm for trees based on Group Theory"
homepage = "https://github.com/advancedresearch/tree_mem_sort"
documentation = "https://docs.rs/advancedresearch-tree_mem_sort"
readme = "README.md"
keywords = ["advancedresearch", "tree", "sort", "group", "theory"]
license = "MIT"
repository = "https://github.com/advancedresearch/tree_mem_sort.git"

[lib]
name = "tree_mem_sort"

[dependencies]