# 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 = "ft-sdk" version = "0.1.17" authors = [ "Amit Upadhyay ", "Arpita Jaiswal ", "Rithik Seth ", "Siddhant Kumar ", ] description = "ft-sdk: SDK for building FifthTry Applications" homepage = "https://www.FifthTry.com" license = "BSD-3-Clause" repository = "https://github.com/FifthTry/ft-sdk" [dependencies.anyhow] version = "1" [dependencies.bytes] version = "1" [dependencies.chrono] version = "0.4" features = ["serde"] default-features = false [dependencies.diesel] version = "2.2.4" features = ["serde_json"] optional = true [dependencies.ft-derive] version = "0.1.1" [dependencies.ft-sys] version = "0.1.6" [dependencies.ft-sys-shared] version = "0.1.4" [dependencies.http] version = "1" [dependencies.include_dir] version = "0.7" [dependencies.rand_core] version = "0.6" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.serde_urlencoded] version = "0.7" [dependencies.thiserror] version = "1" [dependencies.uuid] version = "1.8" features = ["v8"] default-features = false [dev-dependencies.cookie] version = "0.18" [dev-dependencies.pretty_assertions] version = "1" [features] auth-provider = [] default = ["sqlite-default"] field-extractors = [] postgres = [ "ft-sys/postgres", "diesel", ] postgres-default = ["postgres"] sqlite = [ "ft-sys/sqlite", "diesel", ] sqlite-default = ["sqlite"]