# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "octo" version = "0.1.0" authors = ["Aman Deep"] description = "octo is a command-line tool designed to help users seamlessly convert spatial data between various formats." readme = "README.md" keywords = ["geospatial"] categories = ["command-line-utilities"] license = "MIT" license-file = "LICENSE.txt" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.dbase] version = "0.5.0" [dependencies.indicatif] version = "0.16" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.shapefile] version = "0.6.0" [dependencies.uuid] version = "1.8.0" features = [ "v4", "fast-rng", "macro-diagnostics", ] [dependencies.walkdir] version = "2.5.0"