# 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 = "revision" version = "0.10.0" authors = ["Tobie Morgan Hitchcock "] build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "A serialization and deserialization implementation which allows for schema-evolution." homepage = "https://github.com/surrealdb/revision" documentation = "https://docs.rs/revision/" readme = "README.md" keywords = [ "serialization", "encoding", "revision", "version", "bincode", ] categories = ["encoding"] license = "Apache-2.0" repository = "https://github.com/surrealdb/revision" [lib] name = "revision" path = "src/lib.rs" [[test]] name = "test" path = "tests/test.rs" [[bench]] name = "roaring" path = "benches/roaring.rs" harness = false required-features = ["roaring"] [dependencies.chrono] version = "0.4.38" features = ["serde"] optional = true [dependencies.derive] version = "0.10.0" package = "revision-derive" [dependencies.geo] version = "0.28.0" features = ["use-serde"] optional = true [dependencies.ordered-float] version = "4.2.2" optional = true [dependencies.regex] version = "1.10.6" optional = true [dependencies.roaring] version = "0.10.6" features = ["serde"] optional = true [dependencies.rust_decimal] version = "1.36.0" optional = true [dependencies.uuid] version = "1.10.0" optional = true [dev-dependencies.bincode] version = "1.3.3" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.serde] version = "1.0.209" [features] default = []