# 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 = "napi-package-template" version = "0.1.0" authors = ["LongYinan "] description = " inventyv tikv datalayer" license = "MIT" [profile.release] lto = true strip = "symbols" [lib] crate-type = ["cdylib"] [dependencies.async-recursion] version = "1.0.5" [dependencies.config] version = "0.13.2" [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4.17" [dependencies.log4rs] version = "1.0.0" features = ["gzip"] [dependencies.napi] version = "2.12.2" features = [ "napi4", "async", "tokio_rt", "serde-json", "napi1", ] default-features = true [dependencies.napi-derive] version = "2.12.2" [dependencies.once_cell] version = "1.18.0" [dependencies.openssl] version = "0.10" features = ["vendored"] [dependencies.openssl-sys] version = "0.9" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1.0.1" [dependencies.tikv-client] version = "0.2.0" [build-dependencies.napi-build] version = "2.0.1"