# 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 = "nature" version = "1.5.0" authors = ["XueBin Li "] description = "Nature is a development support platform, it separates data definition from code, so it decouple the data from business system." readme = "README.md" keywords = [ "platform", "data", "stream", "distributed", "management", ] categories = [ "network-programming", "database", "asynchronous", "visualization", "development-tools", ] license = "MIT" repository = "https://github.com/llxxbb/Nature" resolver = "1" [lib] name = "nature" path = "src/lib.rs" [[bin]] name = "retry" path = "src/bin/retry.rs" [[bin]] name = "nature" path = "src/bin/nature.rs" [[bin]] name = "manager" path = "src/bin/manager.rs" [dependencies.actix-cors] version = "0.6" [dependencies.actix-web] version = "4" [dependencies.async-channel] version = "1.8.0" [dependencies.async-trait] version = "0.1" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.dotenv] version = "0.15" [dependencies.env_logger] version = "0.10" [dependencies.futures] version = "0.3" [dependencies.itertools] version = "0.10" [dependencies.lazy_static] version = "1.4" [dependencies.libloading] version = "0.7" [dependencies.log] version = "0.4" [dependencies.lru_time_cache] version = "0.11" [dependencies.mysql_async] version = "0.31" [dependencies.mysql_common] version = "0.29" features = ["chrono"] default-features = false [dependencies.reqwest] version = "0.11" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" features = ["raw_value"] [dependencies.tokio] version = "1.23" features = ["full"]