# 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.80" name = "ianaio-history" version = "0.1.0" authors = ["Jaroslaw Cichon IanaIO Rust and WebAssembly Working Group"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Universal Session History" homepage = "https://rustwasm.iana.io/history" documentation = "https://docs.iana.io/rustwasm/history" readme = "README.md" categories = [ "api-bindings", "history", "wasm", ] license-file = "LICENSE.txt" repository = "https://github.com/ianaio/history" [lib] name = "ianaio_history" path = "src/lib.rs" [[test]] name = "browser_history" path = "tests/browser_history.rs" [[test]] name = "browser_history_feat_serialize" path = "tests/browser_history_feat_serialize.rs" [[test]] name = "query" path = "tests/query.rs" [[test]] name = "utils" path = "tests/utils.rs" [[test]] name = "memory_history" path = "tests/memory_history.rs" [[test]] name = "memory_history_feat_serialize" path = "tests/memory_history_feat_serialize.rs" [[test]] name = "hash_history_feat_serialize" path = "tests/hash_history_feat_serialize.rs" [[test]] name = "hash_history" path = "tests/hash_history.rs" [dependencies.ianaio-events] version = "0.1.0" [dependencies.ianaio-utils] version = "0.1.0" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde-wasm-bindgen] version = "0.6.0" [dependencies.serde_urlencoded] version = "0.7" optional = true [dependencies.thiserror] version = "1.0" optional = true [dependencies.wasm-bindgen] version = "0.2.88" [dependencies.web-sys] version = "0.3" features = [ "History", "Window", "Location", "Url", ] [dev-dependencies.ianaio-timers] version = "0.1.0" features = ["futures"] [dev-dependencies.wasm-bindgen-test] version = "0.3" [features] default = ["query"] query = [ "thiserror", "serde_urlencoded", ] [target."cfg(target_arch = \"wasm32\")".dependencies.getrandom] version = "0.2.10" features = ["js"]