# 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 = "ft-cli" version = "0.1.0" authors = ["Deepak Angrula "] description = "ft-cli is a tool for syncing a git repo or a local folder to a FifthTry account" homepage = "https://www.fifthtry.com/amitu/realm/" license = "MIT" repository = "https://github.com/fifthtry/ft-cli" [[bin]] name = "ft" path = "src/main.rs" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.chrono-tz] version = "0.5" [dependencies.clap] version = "2.33.3" [dependencies.fifthtry-mdbook] version = "0.4.8" [dependencies.ft-api] version = "0.1.0" [dependencies.ftd] version = "0.1.4" features = ["fifthtry"] [dependencies.realm-client] version = "0.1.0" [dependencies.reqwest] version = "0.11" features = ["blocking", "json"] [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1" [dev-dependencies.fbt-lib] version = "0.1.8" [dev-dependencies.rusty-hook] version = "0.11.2"