# 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 = "starfish-ql" version = "0.1.2" authors = ["Chris Tsang ", "Sanford Pun ", "Billy Chan "] description = "StarfishQL - A graph database and query engine" documentation = "https://docs.rs/starfish-ql" keywords = ["graph-database", "graph-query-engine", "mysql", "postgres", "sqlite"] categories = ["database"] license = "AGPL-3.0" repository = "https://github.com/SeaQL/starfish-ql" resolver = "2" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"] [lib] name = "starfish" path = "src/lib.rs" [[bin]] name = "starfish" path = "src/main.rs" [dependencies.starfish-api] version = "^0.1.1" [dependencies.starfish-core] version = "^0.1.1" [dev-dependencies.smol] version = "^1.2" [dev-dependencies.smol-potat] version = "^1.1" [dev-dependencies.tracing] version = "0.1" features = ["log"] [dev-dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"]