# 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 = "h3o-ice" version = "0.1.4" authors = ["Sylvain Laperche "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Frozen{Map,Set} for H3 cells, based on finite state transducers." homepage = "https://docs.rs/h3o-ice" documentation = "https://docs.rs/h3o-ice/" readme = "README.md" keywords = [ "fst", "map", "set", "h3", ] categories = ["data-structures"] license = "BSD-3-Clause" repository = "https://github.com/HydroniumLabs/h3o-ice" [package.metadata.docs.rs] all-features = true [package.metadata.release] pre-release-commit-message = "release {{version}}" [[package.metadata.release.pre-release-replacements]] file = "CHANGELOG.md" min = 1 replace = "{{version}}" search = "Unreleased" [[package.metadata.release.pre-release-replacements]] file = "CHANGELOG.md" min = 1 replace = "{{date}}" search = "ReleaseDate" [[package.metadata.release.pre-release-replacements]] exactly = 1 file = "CHANGELOG.md" replace = """ ## [Unreleased] - ReleaseDate """ search = "" [profile.release] lto = "thin" [lib] name = "h3o_ice" path = "src/lib.rs" [[test]] name = "it" path = "tests/it.rs" [[bench]] name = "api" path = "benches/api/main.rs" harness = false [dependencies.either] version = "1.0" default-features = false [dependencies.fst] version = "0.4" default-features = false [dependencies.h3o] version = "0.7" features = ["std"] default-features = false [dev-dependencies.criterion] version = "0.5" features = ["html_reports"] default-features = false [dev-dependencies.h3o-zip] version = "0.1" default-features = false