# 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 = "markopolis" version = "0.1.0" authors = ["Rishikanth Chandrasekaran rishikanthc@gmail.com>"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "CLI tool for Markopolis" homepage = "https://markopolis.app" readme = "README.md" keywords = [ "markdown", "notes", "markopolis", ] categories = [ "command-line-interface", "command-line-utilities", ] license = "MIT" repository = "https://github.com/rishikanthc/markopolis-cli" [[bin]] name = "markopolis" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.0" features = ["derive"] [dependencies.dirs] version = "5.0" [dependencies.ignore] version = "0.4" [dependencies.num_cpus] version = "1.15" [dependencies.reqwest] version = "0.11" features = [ "json", "multipart", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "0.9" [dependencies.tokio] version = "1.0" features = ["full"]