# 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] edition = "2018" name = "inventory-mgt" version = "0.1.1" authors = ["Peter Farr "] include = ["**/*.rs", "Cargo.toml", "README.md"] description = "inventory-mgt was designed for a very specific use case. It allows you to update your own inventory csv file with quantities from a supply list csv file" documentation = "https://docs.rs/inventory-mgt" readme = "README.md" keywords = ["inventory", "csv", "parsing"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/PrismaPhonic/rs-inventory-mgt" [[bin]] name = "inventory_mgt" path = "src/bin/inventory_mgt.rs" doc = false [[bench]] name = "my_benchmark" harness = false [dependencies.csv] version = "1.0.5" [dependencies.hashbrown] version = "0.1.8" [dependencies.indexmap] version = "1.0.2" [dependencies.rayon] version = "1.0.3" [dependencies.serde] version = "1.0.87" [dependencies.serde_derive] version = "1.0.87" [dependencies.structopt] version = "0.2.14" [dev-dependencies.criterion] version = "0.2.10" [badges.maintenance] status = "actively-developed" [badges.travis-ci] branch = "master" repository = "PrismaPhonic/rs-inventory-mgt"