# 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 = "blockcounter-utils" version = "0.1.1" authors = ["Cássio Kirch "] build = "build.rs" description = "Utilities to handling blocks in files." documentation = "https://github.com/kirch7/blockcounter-utils/blob/master/README.md" readme = "README.md" keywords = ["gnuplot", "text", "file"] categories = ["science", "command-line-utilities", "text-processing"] license = "MIT" repository = "https://github.com/kirch7/blockcounter-utils" [profile.test] opt-level = 0 lto = false codegen-units = 1 debug = true debug-assertions = true [profile.bench] opt-level = 3 lto = true codegen-units = 1 debug = false debug-assertions = false [profile.dev] opt-level = 0 lto = false codegen-units = 1 debug = true debug-assertions = true [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = false debug-assertions = false [[bin]] name = "blockcounter" path = "blockcounter/main.rs" [[bin]] name = "showblock" path = "showblock/main.rs" [dependencies.blockcounter] version = "0.3.2" [dependencies.clap] version = "2.32.0" features = ["yaml"] [build-dependencies.linked-hash-map] version = "0.5.0" [build-dependencies.yaml-rust] version = "0.4.0" [target."cfg(not(windows))".dependencies.isatty] version = "0.1.8" [badges.appveyor] repository = "kirch7/blockcounter-utils" [badges.travis-ci] repository = "kirch7/blockcounter-utils"