# 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 = "rjoin" version = "0.2.0" authors = ["Milan Opath "] description = "A tool for joining CSV data on command line." homepage = "https://github.com/milancio42/rjoin" documentation = "https://docs.rs/rjoin" readme = "README.md" keywords = ["join"] categories = ["command-line-utilities", "text-processing"] license = "Unlicense/MIT" [[bin]] name = "rj" path = "src/bin/main.rs" [dependencies.clap] version = "2.25.1" [dependencies.csvroll] version = "0.1.0" [dependencies.rollbuf] version = "0.1.0"