# 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-entities" version = "0.2.8" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple SDK for reusing SFM entities." readme = "README.md" license-file = "LICENSE.txt" [lib] name = "sfm_entities" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.bb8-postgres] version = "0.8.1" features = [ "with-time-0_3", "with-chrono-0_4", ] [dependencies.bson] version = "2.6.1" [dependencies.chrono] version = "0.4.38" [dependencies.headers] version = "0.3.8" [dependencies.indexmap] version = "2.2.6" [dependencies.mongodb] version = "2.8.2" [dependencies.postgres-types] version = "0.2.7" [dependencies.rust_decimal] version = "1.35.0" features = ["db-tokio-postgres"] [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.serde_bytes] version = "0.11.15" [dependencies.serde_json] version = "1.0.120" [dependencies.solana-sdk] version = "1.18.23" [dependencies.solana-transaction-status] version = "1.18.23" [dependencies.strum] version = "0.25.0" [dependencies.strum_macros] version = "0.25.2" [features] default = [ "tokens", "usage-tracker", "validators", "transfers", "notifications", "dev-portal", "parser", "jupiter", ] dev-portal = [] jupiter = [] notifications = [] parser = [] tokens = [] transfers = [] usage-tracker = [] validators = []