# 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 = "atex" version = "0.3.0" description = "Lib for async local task evaluation(sqlite or in-memory)" readme = "README.md" license = "MIT" [dependencies.easy-sqlite] version = "0.4" optional = true [dependencies.rusqlite] version = "0.28" optional = true [dependencies.tokio] version = "1.28" features = [ "sync", "rt", "time", "macros", ] [features] in_memory = [] sqlite = [ "dep:easy-sqlite", "dep:rusqlite", ]