# 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 = "infini-pizza" version = "0.1.2" authors = ["INFINI Labs "] default-run = "pizza" description = "The Next-Gen Real-Time Search & AI-Native Innovation Engine." readme = "README.md" license = "AGPL-3.0-or-later" [[bin]] name = "pizza" path = "src/main.rs" [dependencies.actix-web] version = "4.2.1" [dependencies.anyhow] version = "1.0.71" [dependencies.async-trait] version = "0.1.68" [dependencies.bitflags] version = "2.3.1" [dependencies.common] version = "0.1" [dependencies.ctrlc] version = "3.3.0" features = ["termination"] [dependencies.futures] version = "0.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.libc] version = "0.2.126" [dependencies.serde] version = "1.0.163" features = ["derive"] [dependencies.serde_json] version = "1.0.96" [dependencies.tokio] version = "1.28.1" features = [ "rt-multi-thread", "macros", ] [dependencies.uuid] version = "1.3.3" features = [ "serde", "v4", ]