# 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 = "ledb-actix" version = "0.4.0" authors = ["Kayo "] description = "LEDB Actor for Actix actor framework and storage REST-interface" homepage = "https://github.com/katyo/ledb/tree/master/ledb-actix" readme = "README.md" keywords = ["actor", "rest", "storage", "json", "lmdb"] categories = ["database", "web-programming", "asynchronous"] license = "MIT" repository = "https://github.com/katyo/ledb" [package.metadata.docs.rs] features = ["web"] [[example]] name = "simple" [[example]] name = "server" required-features = ["web"] [dependencies.actix] version = "^0.9" [dependencies.actix-web] version = "^2" optional = true [dependencies.futures] version = "^0.3" [dependencies.ledb] version = "0.4" features = ["derive"] [dependencies.ledb-types] version = "0.4" [dependencies.serde] version = "^1" features = ["derive"] [dependencies.serde_with] version = "^1" features = ["json"] optional = true [dev-dependencies.actix-rt] version = "^1" [dev-dependencies.actix-web] version = "^2" [dev-dependencies.futures] version = "^0.3" [dev-dependencies.log] version = "^0.4" [dev-dependencies.pretty_env_logger] version = "^0.4" [dev-dependencies.serde_json] version = "^1" [features] default = [] web = ["serde_with", "actix-web"] [badges.appveyor] repository = "katyo/ledb" [badges.travis-ci] repository = "katyo/ledb"