# 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 = "paddle_inference" version = "0.4.0" authors = ["ZB_陈 <949536395@qq.com>"] description = "paddle_inference_c的Rust封装" keywords = [ "ml", "dl", "paddle", "ffi", ] license = "Apache-2.0" repository = "https://github.com/ZB94/paddle_inference" resolver = "2" [dependencies.libloading] version = "0.7.3" [dependencies.once_cell] version = "1.9.0" [dependencies.serde] version = "1" features = ["derive"] optional = true [features] default = [] serde = ["dep:serde"]