# 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 = "sfm-sdk" version = "0.2.53" description = "A simple SDK for reusing SFM entities." readme = "README.md" license-file = "LICENSE.txt" [dependencies.aws-sdk-rust] version = "0.1.42" optional = true [dependencies.bigtable_rs] version = "0.2.6" optional = true [dependencies.openssl] version = "0.10" [dependencies.openssl-sys] version = "0.9" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.82" [dependencies.solana-program] version = "1.17" [dependencies.solana-sdk] version = "1.17" [dependencies.solana-transaction-status] version = "1.17" [dependencies.string_enum] version = "~0.4.1" [dependencies.tokio] version = "1" features = [ "macros", "rt", "signal", "sync", "time", ] [dependencies.tonic] version = "0.10.2" [dependencies.tracing] version = "0.1" [dependencies.ts-rs] version = "6.2.0" [features] bigtable = ["bigtable_rs"] default = ["bigtable"] dynamodb = ["aws-sdk-rust"]