# 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.3.1" authors = ["Anton Hägerstrand "] 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 = "MIT" repository = "https://github.com/antonha/afsort" [profile.test] opt-level = 3 [profile.bench] debug = true [dev-dependencies.quickcheck] version = "0.3" [dev-dependencies.rand] version = "0.3" [dev-dependencies.regex] version = "0.2"