# 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 = "polygondb" version = "1.16.0" include = [ "src/*", "LICENSE", "README.md", ] publish = true description = "Driver for PolygonDB" homepage = "https://github.com/PolygonDB/PolygonDB" readme = "README.md" license = "Apache-2.0" license-file = "LICENSE" repository = "https://github.com/PolygonDB/PolygonDB" [profile.dev.package.simple-websockets] opt-level = 2 [profile.release] lto = "fat" codegen-units = 1 [dependencies.json_value_remove] version = "1.0.2" [dependencies.jsonptr] version = "0.4.4" [dependencies.mimalloc-rust] version = "0.2.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.simple-websockets] version = "0.1.6"