-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
21 lines (19 loc) · 889 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[package]
name = "fakes-gen"
version = "0.2.6"
authors = ["ogata-k <ogtkzk712@gmail.com>"]
license = "MIT"
description = "This CLI tool is generate dummys whose option you specified.\nYou can also specify formatter for csv, tsv and json.\nThis program support multi-locale. When not support your locale and you want your locale faker, please pull-request your locale dummy data at https://github.com/ogata-k/fakes-gen-cli/pulls."
edition = "2018"
repository = "https://github.com/ogata-k/fakes-gen-cli/tree/master"
readme = "README.md"
keywords = ["cli", "data", "faker", "generator"]
categories = ["command-line-interface", "command-line-utilities", "development-tools"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = "2.33.0"
rand = "0.8"
regex = "1.5.5"
chrono = "0.4.23"
num-traits = "0.2"
failure = "0.1.6"