[package] name = "image_captioner" version = "0.2.2" edition = "2021" author = "Alex Eversbusch, rainsound.ai" description = "Create captions for images automatically using the BLIP deep learning model." license = "MIT OR Apache-2.0" credits = "Li, Junnan and Li, Dongxu and Xiong, Caiming and Hoi, Steven https://huggingface.co/Salesforce/blip-image-captioning-large" build = "setup_python.rs" repository = "https://github.com/abusch419/image_captioner.git" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] pyo3 = { version = "0.15", features = ["extension-module"] } which = "5.0.0" [build-dependencies] which = "5.0" [[bin]] name = "setup_python" path = "setup_python.rs"