# 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 = "cv-contour" version = "0.2.0" authors = ["nomissbowling "] description = "Rust crate cv-contour supports ESRI J shapefile" homepage = "https://crates.io/crates/cv-contour" documentation = "https://docs.rs/cv-contour/" readme = "README.md" keywords = [ "shape", "contour", "geo", "OpenCV", "2D", ] categories = [ "graphics", "science", "science::geo", "external-ffi-bindings", ] license = "MIT" repository = "https://github.com/nomissbowling/cv-contour" [package.metadata.docs.rs] rustc-args = [ "--cfg", "docsrs", ] [lib] name = "cv_contour" [dependencies.opencv] version = "0.78.2" features = [ "highgui", "videoio", "video", "photo", "imgproc", "imgcodecs", "ml", "objdetect", "stitching", "calib3d", "features2d", "flann", "dnn", ] default-features = false [dependencies.shape-contour] version = "0.2" [dependencies.shapelib-rs] version = "0.2"