# 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 = "incremental" version = "0.2.7" authors = ["Cormac Relf "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "incremental computations, based on Jane Street's incremental" readme = "README.md" keywords = [ "incremental", "computation", ] categories = [ "algorithms", "data-structures", "caching", ] license = "MIT" repository = "https://github.com/cormacrelf/incremental-rs" [profile.release] lto = "thin" [lib] name = "incremental" path = "src/lib.rs" [[example]] name = "stabilise_100" path = "examples/stabilise_100.rs" [[test]] name = "basic" path = "tests/basic.rs" [[test]] name = "doc_preliminaries" path = "tests/doc_preliminaries.rs" [[test]] name = "expert" path = "tests/expert.rs" [[test]] name = "fixed_point" path = "tests/fixed_point.rs" [[bench]] name = "linear" path = "benches/linear.rs" harness = false [[bench]] name = "shares_per_symbol" path = "benches/shares_per_symbol.rs" harness = false [dependencies.im-rc] version = "15.1.0" optional = true [dependencies.refl] version = "0.2.1" [dependencies.slotmap] version = "1.0.6" optional = true [dependencies.smallvec] version = "1.10.0" [dependencies.tracing] version = "0.1.37" features = [] [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"] [dev-dependencies.im-rc] version = "15.1.0" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.test-log] version = "0.2.11" features = ["trace"] default-features = false [dev-dependencies.tracing] version = "0.1.37" features = ["release_max_level_off"] [dev-dependencies.tracing-subscriber] version = "0.3.16" features = [ "fmt", "ansi", "env-filter", "smallvec", "tracing-log", ] default-features = false [features] nightly-incrsan = [] rust-analyzer = []