# 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 = "lotus_rs" version = "0.1.0" description = "Filecoin lotus JSON-RPC API wrapper" readme = "README.md" license = "MIT OR Apache-2.0" [dependencies.anyhow] version = "1.0" [dependencies.base64] version = "0.13.1" [dependencies.bytes] version = "1.0" [dependencies.derive_builder] version = "0.11.2" [dependencies.dotenv] version = "0.15.0" [dependencies.encoding_rs] version = "0.8" [dependencies.env_logger] version = "0.9.0" [dependencies.futures] version = "0.3" [dependencies.fvm_ipld_encoding] version = "0.3.0" [dependencies.fvm_shared] version = "2.0.0" [dependencies.log] version = "0.4.17" [dependencies.mime] version = "0.3.16" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.serde] version = "1.0.144" features = ["derive"] [dependencies.serde_json] version = "1.0.85" [dependencies.tokio] version = "1.19.2" features = ["full"] [dependencies.tracing] version = "0.1.37" [dependencies.uuid] version = "1.1.2" [dev-dependencies.cargo-husky] version = "1" features = ["run-cargo-fmt"] [dev-dependencies.test-log] version = "0.2.11" features = ["trace"] [dev-dependencies.tracing-subscriber] version = "0.3.16" features = ["env-filter"]