# 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 = "jsonox" version = "0.2.0" authors = ["Nilay Savant "] description = "CLI based RESTful JSON server + store written in Rust." readme = "README.md" keywords = ["json", "json-server", "json-store", "mock-server", "actix-web"] categories = ["command-line-utilities", "development-tools", "database-implementations", "filesystem", "web-programming::http-server"] license-file = "LICENSE" repository = "https://github.com/nilaysavant/jsonox" [dependencies.actix-cors] version = "0.5.4" [dependencies.actix-web] version = "3" [dependencies.clap] version = "2.33.3" [dependencies.derive_more] version = "0.99.11" [dependencies.env_logger] version = "0.8" [dependencies.log] version = "0.4.13" [dependencies.relative-path] version = "1.3.2" [dependencies.serde_json] version = "1.0" [dependencies.walkdir] version = "2.3.1"