# 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 = "rs-edunode-sdk" version = "0.1.2" description = "The edunode SDK for rust" license = "MIT" [profile.release] opt-level = "z" lto = true codegen-units = 1 debug = 0 debug-assertions = false panic = "abort" overflow-checks = true strip = "symbols" [lib] crate-type = ["cdylib"] [dependencies.chrono] version = "0.4.24" features = ["serde"] default-features = false [dependencies.ipfs-api] version = "0.17.0" [dependencies.postcard] version = "1.0.4" features = ["alloc"] [dependencies.serde] version = "1.0.*" default-features = false [dependencies.soroban-sdk] version = "0.8.4" [dependencies.thiserror-no-std] version = "2.0.2" [dependencies.tokio] version = "1" features = ["full"] [dependencies.wee_alloc] version = "0.4.5" [dev-dependencies.soroban-sdk] version = "0.8.4" features = ["testutils"] [features] testutils = ["soroban-sdk/testutils"]