servo-storage 0.1.0

A component of the servo web-engine.
Documentation
# 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 = "2024"
rust-version = "1.86.0"
name = "servo-storage"
version = "0.1.0"
authors = ["The Servo Project Developers"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A component of the servo web-engine."
readme = false
license = "MPL-2.0"
repository = "https://github.com/servo/servo"
resolver = "2"

[lib]
name = "storage"
path = "lib.rs"

[[test]]
name = "main"
path = "tests/main.rs"

[dependencies.libc]
version = "0.2"

[dependencies.log]
version = "0.4.29"

[dependencies.malloc_size_of]
version = "0.1.0"
package = "servo-malloc-size-of"

[dependencies.malloc_size_of_derive]
version = "0.1"

[dependencies.net_traits]
version = "0.1.0"
package = "servo-net-traits"

[dependencies.postcard]
version = "1.1.3"
features = ["use-std"]
default-features = false

[dependencies.profile_traits]
version = "0.1.0"
package = "servo-profile-traits"

[dependencies.rusqlite]
version = "0.37"
features = ["bundled"]

[dependencies.rustc-hash]
version = "2.1.2"

[dependencies.sea-query]
version = "=1.0.0-rc.31"
features = [
    "backend-sqlite",
    "derive",
]
default-features = false

[dependencies.sea-query-rusqlite]
version = "=0.8.0-rc.15"

[dependencies.serde]
version = "1.0.228"

[dependencies.servo-base]
version = "0.1.0"

[dependencies.servo-config]
version = "0.1.0"

[dependencies.servo-url]
version = "0.1.0"

[dependencies.storage_traits]
version = "0.1.0"
package = "servo-storage-traits"

[dependencies.tempfile]
version = "3"

[dependencies.uuid]
version = "1.23.0"
features = [
    "v4",
    "v5",
]

[dev-dependencies.profile]
version = "0.1.0"
package = "servo-profile"

[dev-dependencies.servo-default-resources]
version = "0.1.0"

[dev-dependencies.url]
version = "2.5"