# 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-demo" version = "1.5.0" authors = ["XueBin Li "] description = "Demo to show how to use Nature" readme = "README.md" license = "MIT" repository = "https://github.com/llxxbb/Nature" resolver = "1" [lib] name = "nature_demo" crate-type = ["cdylib"] path = "src/lib.rs" [[bin]] name = "nature_demo_restful" path = "src/bin/restful_executor.rs" [dependencies.actix-web] version = "4.2.1" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.dotenv] version = "0.15" [dependencies.env_logger] version = "0.10.0" [dependencies.futures] version = "0.3" [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4" [dependencies.nature] version = "1.5.0" [dependencies.reqwest] version = "0.11.13" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1.23.0" features = ["full"]