# 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 = "2018" name = "fractional_index" version = "2.0.2" authors = ["Paul Butler "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An implementation of fractional indexing." readme = "README.md" license = "MIT" repository = "https://github.com/jamsocket/fractional_index" [lib] name = "fractional_index" path = "src/lib.rs" [[test]] name = "sqlx" path = "tests/sqlx.rs" [dependencies.serde] version = "1.0.130" features = ["derive"] optional = true [dev-dependencies.serde_json] version = "1.0.91" [dev-dependencies.sqlx] version = "0.8.2" features = [ "sqlite", "runtime-tokio", ] [dev-dependencies.tokio] version = "1.40.0" features = [ "macros", "rt", ] [features] default = ["serde"]