# 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 = "pipeless-ai" version = "1.11.0" authors = ["Miguel A. Cabrera Minagorri"] description = "An open-source computer vision framework to build and deploy applications in minutes" homepage = "https://www.pipeless.ai/" documentation = "https://www.pipeless.ai/docs" readme = "README.md" keywords = [ "vision", "image-processing", "image", "video", "machine-learning", ] categories = [ "computer-vision", "development-tools", "multimedia", "science", ] license = "Apache-2.0" repository = "https://github.com/pipeless-ai/pipeless/" [dependencies.clap] version = "4.4.7" features = ["derive"] [dependencies.ctrlc] version = "3.4.2" [dependencies.env_logger] version = "0.10.0" [dependencies.futures] version = "0.3.28" [dependencies.glib] version = "0.18.2" [dependencies.gstreamer] version = "0.21.1" [dependencies.gstreamer-app] version = "0.21.1" [dependencies.gstreamer-rtsp] version = "0.21.0" [dependencies.inquire] version = "0.6.2" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.20" [dependencies.ndarray] version = "0.15.4" [dependencies.num_cpus] version = "1.16.0" [dependencies.numpy] version = "0.20" [dependencies.openssl] version = "0.10" features = ["vendored"] [dependencies.pyo3] version = "0.20" [dependencies.rayon] version = "1.8.0" [dependencies.redis] version = "0.24.0" features = [ "aio", "tokio-comp", ] [dependencies.reqwest] version = "0.11.22" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0.189" [dependencies.serde_derive] version = "1.0.189" [dependencies.serde_json] version = "1.0.107" [dependencies.sled] version = "0.34.7" [dependencies.tabled] version = "0.15.0" [dependencies.tokio] version = "1.33.0" features = ["full"] [dependencies.tokio-stream] version = "0.1.14" [dependencies.uuid] version = "1.4.1" features = [ "v4", "fast-rng", "macro-diagnostics", "serde", ] [dependencies.warp] version = "0.3.6" [target."cfg(all(not(target_os = \"macos\"), not(target_os = \"ios\")))".dependencies.ort] version = "1.16.2" features = [ "cuda", "tensorrt", "openvino", ] [target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.ort] version = "1.16.2" features = [ "coreml", "openvino", ]