# 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 = "venator-engine" version = "0.2.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The core functionality that drives the Venator app" readme = "README.md" keywords = ["tracing"] license = "MIT" repository = "https://github.com/kmdreko/venator" [lib] name = "venator_engine" path = "src/lib.rs" [dependencies.futures] version = "0.3.30" features = ["executor"] default-features = false [dependencies.ghost-cell] version = "0.2.6" [dependencies.nom] version = "7.1.3" [dependencies.regex] version = "1.10.6" [dependencies.rusqlite] version = "0.31.0" features = ["bundled"] optional = true [dependencies.serde] version = "1.0.159" features = [ "std", "derive", ] default-features = false [dependencies.serde_json] version = "1.0.120" optional = true [dependencies.serde_repr] version = "0.1.19" [dependencies.tokio] version = "1.38.0" features = [ "rt", "sync", "macros", ] [dependencies.wildcard] version = "0.2.0" [features] default = [] persist = [ "dep:rusqlite", "dep:serde_json", ]