# 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) cargo-features = ["strip"] [package] edition = "2018" name = "supernotes-client" version = "0.1.0" authors = ["Joost Cassee "] exclude = [".gitignore", ".github"] description = "Supernotes command line utility" keywords = ["notes", "supernotes"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/jcassee/supernotes-client" [profile.release] opt-level = "z" lto = true codegen-units = 1 debug = false panic = "abort" strip = "symbols" [[bin]] name = "sn" path = "src/main.rs" [dependencies.anyhow] version = "1" [dependencies.markdown] version = "0.3" [dependencies.oauth2] version = "4.0.0-alpha.3" [dependencies.reqwest] version = "0.11" features = ["blocking", "json"] [dependencies.serde_json] version = "1" [dependencies.structopt] version = "0.3" [dependencies.uuid] version = "0.8" features = ["serde", "v4"] [dev-dependencies.assert_cmd] version = "1" [dev-dependencies.mockito] version = "0.29"