# 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 = "diesel-softdelete" version = "0.1.0" authors = ["Tuetuopay "] description = "Soft-delete support for the Diesel ORM" readme = "README.md" keywords = [ "orm", "database", "sql", "softdelete", ] categories = ["database"] license = "MIT OR Apache-2.0" repository = "https://github.com/Tuetuopay/diesel-softdelete" resolver = "2" [dependencies.diesel] version = "1.4" default-features = false [dev-dependencies.diesel] version = "1.4" features = ["sqlite"]