# 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" rust-version = "1.65" name = "autosurgeon" version = "0.8.5" authors = ["Alex Good "] description = "A library for working with data in automerge documents" readme = "README.md" license = "MIT" repository = "https://github.com/automerge/autosurgeon" [dependencies.automerge] version = "0.5" [dependencies.autosurgeon-derive] version = "0.8.0" [dependencies.similar] version = "2.2.1" features = ["unicode"] [dependencies.thiserror] version = "1.0.37" [dependencies.uuid] version = "1.2.2" optional = true [dev-dependencies.automerge-test] version = "0.4" [features] uuid = ["dep:uuid"]