[package] name = "c2s" version = "0.2.0" edition = "2021" authors = ["rinotc "] license = "MIT" description = "SQL generate tool from csv." readme = "README.md" homepage = "https://github.com/rinotc/c2s" repository = "https://github.com/rinotc/c2s" keywords = ["cli", "sql", "csv"] categories = ["command-line-utilities"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "4.0.32", features = ["derive"] } csv = "1.1.6"