afsort 0.1.0

American Flag sort implementation for faster sorting of Strings.
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 = "afsort"
version = "0.1.0"
authors = ["Anton Hägerstrand <anton.hagerstrand@gmail.com>"]
exclude = ["test_resources/*"]
description = "American Flag sort implementation for faster sorting of Strings.\n"
homepage = "https://github.com/antonha/afsort"
readme = "README.md"
keywords = ["sort", "strings", "american", "flag"]
license = "Unlicense/MIT"
repository = "https://github.com/antonha/afsort"
[dev-dependencies.quickcheck]
version = "0.3"

[dev-dependencies.regex]
version = "0.2"

[dev-dependencies.rand]
version = "0.3"