fpo-rust 0.1.0

Fast license plate OCR inference in pure Rust - a port of fast-plate-ocr with ONNX model support
Documentation
# 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 = "fpo-rust"
version = "0.1.0"
authors = ["fpo-rust contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fast license plate OCR inference in pure Rust - a port of fast-plate-ocr with ONNX model support"
homepage = "https://github.com/alparslanahmed/fpo-rust"
documentation = "https://docs.rs/fpo-rust"
readme = "README.md"
keywords = [
    "ocr",
    "license-plate",
    "onnx",
    "inference",
]
categories = [
    "computer-vision",
    "artificial-intelligence",
]
license = "MIT"
repository = "https://github.com/alparslanahmed/fpo-rust"

[lib]
name = "fpo_rust"
path = "src/lib.rs"

[[bin]]
name = "fpo-rust"
path = "src/main.rs"

[[test]]
name = "inference_tests"
path = "tests/inference_tests.rs"

[dependencies.anyhow]
version = "1.0.102"

[dependencies.dirs]
version = "6.0.0"

[dependencies.image]
version = "0.25.10"

[dependencies.indicatif]
version = "0.18.4"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_yml]
version = "0.0.12"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tract-onnx]
version = "0.22.1"

[dependencies.ureq]
version = "3.3.0"

[dev-dependencies.tempfile]
version = "3.27.0"