# 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 = "sampicore" version = "0.4.0" authors = ["Daniel Valenzuela "] description = "🐶 Take a screenshot get a shareable URL" homepage = "https://github.com/DanielVZ96/sampicore" readme = "README.md" keywords = ["screenshot", "upload", "sam"] license = "MIT" license-file = "LICENSE" repository = "https://github.com/DanielVZ96/sampicore.git" [lib] name = "sampicore" path = "src/lib.rs" [[bin]] name = "sampic" path = "src/bin.rs" [dependencies.arboard] version = "1.2.1" [dependencies.clap] version = "2.33.3" [dependencies.confy] version = "^0.3.1" [dependencies.directories-next] version = "^2.0" [dependencies.futures] version = "^0.3" [dependencies.image] version = "^0.23.14" [dependencies.minreq] version = "2.4.1" features = ["https"] [dependencies.notify-rust] version = "4.5.2" [dependencies.piston] version = "0.53.0" [dependencies.piston2d-graphics] version = "0.40.0" [dependencies.piston2d-opengl_graphics] version = "0.78.0" [dependencies.pistoncore-glutin_window] version = "0.69.0" [dependencies.rocket] version = "0.4.10" [dependencies.rusoto_core] version = "0.46" default_features = false [dependencies.rusoto_credential] version = "0.46" [dependencies.rusoto_s3] version = "0.46" default_features = false [dependencies.scrap] version = "0.5" [dependencies.serde] version = "^1.0" features = ["derive"] [dependencies.serde_derive] version = "^1.0" [dependencies.serde_yaml] version = "0.8" optional = true [dependencies.tokio] version = "^1.0" features = ["fs"] [dependencies.toml] version = "^0.5" optional = true [features] default = ["rustls"] native-tls = ["rusoto_core/native-tls", "rusoto_s3/native-tls"] rustls = ["rusoto_core/rustls", "rusoto_s3/rustls"]