Revision control

Copy as Markdown

Other Tools

# 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 = "nss_sys"
version = "0.1.0"
authors = ["Sync Team <sync-team@mozilla.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
readme = "README.md"
license = "MPL-2.0"
[features]
default = []
gecko = []
[lib]
name = "nss_sys"
crate-type = ["lib"]
path = "src/lib.rs"
[dependencies.libsqlite3-sys]
version = "0.35.0"
features = ["bundled"]
[build-dependencies.nss_build_common]
path = "../nss_build_common"
[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(__appsvc_ci_hack)"]