# 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 = "filmborders" version = "0.0.32" authors = ["romnn "] exclude = [ "samples/*", "www/*", "nginx.conf", "tasks.py", "Dockerfile*", ] description = "add hipster film borders to your images :)" homepage = "https://film-borders.romnn.com" readme = "README.md" keywords = [ "image", "35mm", "film", "photography", "borders", ] categories = [ "multimedia::images", "command-line-utilities", "wasm", "web-programming", ] license-file = "LICENSE" repository = "https://github.com/romnn/film-borders" [package.metadata.cargo-feature-combinations] denylist = ["default"] [profile.lib] opt-level = 3 lto = true inherits = "release" strip = false [profile.release] opt-level = 3 lto = true strip = "debuginfo" [lib] crate-type = [ "cdylib", "lib", ] [[bin]] name = "film-borders" path = "src/cli.rs" [[bench]] name = "benches" harness = false [dependencies.chrono] version = "0.4" [dependencies.clap] version = "3" features = ["derive"] [dependencies.duration-string] version = "0" [dependencies.image] version = "0" [dependencies.imageproc] version = "0" [dependencies.js-sys] version = "0.3" [dependencies.lazy_static] version = "1" [dependencies.num] version = "0.4" [dependencies.regex] version = "1" [dependencies.rusttype] version = "0.9" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1" [dependencies.wasm-bindgen] version = "0.2" [dependencies.web-sys] version = "0.3" features = [ "console", "Document", "Element", "HtmlElement", "Node", "Window", "CanvasRenderingContext2d", "ImageData", "HtmlCanvasElement", "HtmlImageElement", "console", "CssStyleDeclaration", "EventTarget", ] [dev-dependencies.anyhow] version = "1" [dev-dependencies.approx] version = "0" [dev-dependencies.criterion] version = "0.4" [dev-dependencies.pretty_assertions] version = "1" [dev-dependencies.regex] version = "1" [dev-dependencies.wasm-bindgen-test] version = "0.3" [features] builtin = [] debug = [] default = [] wasm = [ "builtin", "chrono/wasmbind", ] [target.x86_64-unknown-linux-gnu]