# 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 = "enfer_core" version = "0.1.2" authors = [ "Phodal ", "CGQAQ ", ] include = [ "build.rs", "src/**/*", "Cargo.toml", "LICENSE*", "README.md", "benches/**/*", "examples/**/*", ] description = "Feakin is a architecture design and visual collaboration tool. This is the parser for Feakin." readme = "README.md" keywords = [ "inference", "edge", "onnx", "model", ] categories = [ "command-line-interface", "parsing", ] license = "MIT" repository = "https://github.com/unit-mesh/edge-infer" resolver = "1" [package.metadata] ignore-bin = true [lib] name = "inference_core" crate-type = [ "lib", "cdylib", "staticlib", ] [dependencies.ndarray] version = "0.15.6" [dependencies.ort] version = "2.0.0-alpha.1" default-features = true [dependencies.thiserror] version = "1.0.50" [dependencies.tokenizers] version = "0.15.0" features = [ "progressbar", "cli", "onig", "esaxx_fast", ] default-features = false [dependencies.uniffi] version = "0.25" [dependencies.uuid] version = "1.5.0" features = ["v4"] [dev-dependencies.uniffi] version = "0.25" features = ["bindgen-tests"] [build-dependencies.uniffi] version = "0.25" features = ["build"] [features] ci = []