# 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 = "wof" version = "0.2.0" authors = ["Jones Magloire @Joxit"] autobins = false description = "The Who's On First rust library and command line." homepage = "https://github.com/Joxit/wof-cli" documentation = "https://docs.rs/wof/" readme = "README.md" categories = ["cli"] license = "MIT" repository = "https://github.com/Joxit/wof-cli" [[bin]] name = "wof" path = "src/main.rs" required-features = ["cli"] [dependencies.attohttpc] version = "^0.8.0" optional = true [dependencies.chrono] version = "^0.4.10" optional = true [dependencies.flate2] version = "^1.0.13" optional = true [dependencies.git2] version = "^0.10" features = ["vendored-openssl"] optional = true [dependencies.json] version = "^0.12.2" [dependencies.libc] version = "^0.2.67" [dependencies.log] version = "^0.4.8" features = ["std"] optional = true [dependencies.regex] version = "^1.3.3" [dependencies.rusqlite] version = "^0.21.0" features = ["bundled"] [dependencies.shapefile] version = "^0.1.1" [dependencies.structopt] version = "^0.3" optional = true [dependencies.tar] version = "^0.4.26" optional = true [dependencies.walkdir] version = "^2.3.1" [dependencies.which] version = "^3.1.0" optional = true [features] cli = ["which", "tar", "flate2", "structopt", "attohttpc", "chrono", "log", "git2"]