# 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 = "turso" version = "0.1.0" authors = ["Lucas Montes "] description = "Turso platform API" documentation = "https://docs.rs/turso/" readme = "README.md" keywords = [ "turso", "edge-database", ] categories = [ "turso", "databases", ] license = "MIT" repository = "https://github.com/lucas-montes/turso-client" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" strip = "symbols" [dependencies.menva] version = "1.0.0" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.serde] version = "1.0.196" features = ["derive"] [dependencies.serde_json] version = "1.0.114" [dependencies.strum] version = "0.26.1" [dependencies.strum_macros] version = "0.26.1" [dependencies.tracing] version = "0.1" [dependencies.tracing-appender] version = "0.2" [dependencies.tracing-subscriber] version = "0.3" features = [ "env-filter", "json", ] [badges.maintenance] status = "actively-developed"