# 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 = "couchdb-orm" version = "0.1.6" authors = ["Ciro DE CARO "] description = """ couchdb-orm Copyright (C) 2020-2023 OpenToolAdd This program comes with ABSOLUTELY NO WARRANTY; This is free software, and you are welcome to redistribute it under certain conditions; type `show-license' for details. A CLI ORM to manage some Databases operations like migration, schema creation, etc.... For the moment it only handle CouchDB. """ readme = "README.md" license-file = "./LICENSE" repository = "https://gitlab.com/opentooladd/civil-add/couchdb-orm" [lib] name = "couchdb_orm" path = "src/lib.rs" [[bin]] name = "couchdb-orm" path = "src/bin/main.rs" [dependencies.actix-rt] version = "1.1.1" [dependencies.awc] version = "2.0.3" [dependencies.chrono] version = "0.4.19" features = ["serde"] [dependencies.cmd_lib] version = "0.8.5" [dependencies.dialoguer] version = "0.10.2" [dependencies.dotenv] version = "0.15.0" [dependencies.futures] version = "0.3.8" features = [] [dependencies.lazy_static] version = "1.4.0" [dependencies.paw] version = "1.0.0" [dependencies.regex] version = "1.4.2" [dependencies.serde] version = "1.0.117" features = ["derive"] [dependencies.serde_json] version = "1.0.60" [dependencies.structopt] version = "0.3.21" features = ["paw"] [dependencies.thiserror] version = "1.0.22" [dependencies.uuid] version = "1.1.2" features = [ "std", "v4", ] [dev-dependencies.actix-web] version = "3.3.2" [dev-dependencies.assert_cmd] version = "1.0.2" [dev-dependencies.predicates] version = "1.0.6" [dev-dependencies.wiremock] version = "0.3.0"