# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "mixin-sdk" version = "0.0.3" include = ["**/*.rs", "Cargo.toml"] description = "mixin.one network sdk" homepage = "https://github.com/liuzemei/mixin-rust-sdk/blob/main/README.md" license-file = "LICENSE" repository = "https://github.com/liuzemei/mixin-rust-sdk.git" [dependencies.crypto-hash] version = "0.3.4" [dependencies.frank_jwt] version = "3.1.2" [dependencies.hyper] version = "0.14" features = ["full"] [dependencies.hyper-tls] version = "0.5.0" [dependencies.serde] version = "1.0.100" features = ["derive"] [dependencies.serde_json] version = "1.0.66" [dependencies.tokio] version = "1" features = ["full"] [dependencies.uuid] version = "0.8" features = ["serde", "v4"]