# 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-sys-shared" version = "0.1.4" authors = [ "Amit Upadhyay ", "Arpita Jaiswal ", "Rithik Seth ", ] description = "ft-sdk: SDK for building FifthTry Applications" homepage = "https://FifthTry.com" license = "BSD-3-Clause" repository = "https://github.com/FifthTry/ft-sdk" [dependencies.bytes] version = "1" [dependencies.chrono] version = "0.4" features = ["serde"] default-features = false [dependencies.http] version = "1" [dependencies.rusqlite] version = "0.31" optional = true default-features = false [dependencies.serde] version = "1" features = ["derive"] [dependencies.thiserror] version = "1" [features] rusqlite = ["dep:rusqlite"]