# 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 = "deno_native_certs" version = "0.3.1" authors = ["Divy Srivastava "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "deno-native-certs loads native certificate store into rustls" readme = "README.md" license = "MIT" repository = "https://github.com/denoland/deno_native_certs" [lib] name = "deno_native_certs" path = "src/lib.rs" [[bin]] name = "deno_native_certs_test" path = "test_bin.rs" [target.'cfg(not(target_os = "macos"))'.dependencies.rustls-native-certs] version = "0.7" [target.'cfg(target_os = "macos")'.dependencies.dlopen2] version = "0.7.0" [target.'cfg(target_os = "macos")'.dependencies.dlopen2_derive] version = "0.4.0" [target.'cfg(target_os = "macos")'.dependencies.once_cell] version = "1.19.0" [target.'cfg(target_os = "macos")'.dependencies.rustls-pemfile] version = "2" [target.'cfg(target_os = "macos")'.dev-dependencies.rustls-native-certs] version = "0.7"