# 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 = "blockless-sdk" version = "0.1.5" authors = [ "Join.G", "Zeeshan.S", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "blockless runtime sdk" readme = "README.md" keywords = [ "blockless", "sdk", ] license = "MIT/Apache-2.0" repository = "https://github.com/blocklessnetwork/sdk-rust" [lib] name = "blockless_sdk" path = "src/lib.rs" [[example]] name = "coingecko_oracle" path = "examples/coingecko_oracle.rs" [[example]] name = "httpbin" path = "examples/httpbin.rs" [dependencies.json] version = "0.12" default-features = false [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.serde_json] version = "1.0"