[[bench]]
harness = false
name = "my_benchmark"
[build-dependencies.csv]
version = "1.0.6"
[dependencies.rand]
version = "0.7.2"
[dev-dependencies.criterion]
version = "0.3.0"
[package]
authors = ["Stuart Roebuck <stuart.roebuck@gmail.com>"]
build = "build.rs"
description = "Library for generating random names of people based on frequency of occurrence of birth-names in Scotland"
edition = "2018"
keywords = ["random", "names", "scottish"]
license = "MIT"
name = "scottish_names"
readme = "README.md"
repository = "https://github.com/sroebuck/scottish_names"
version = "0.2.2"