blob: 96f4e3196fad5285f45e6e8e9dba1cf9d6ca1f31 [file] [log] [blame]
Erick Tryzelaar084bcee2019-02-04 14:01:23 -08001# Copyright 2019 The Fuchsia Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5[package]
6name = "fuchsia-cprng"
7version = "0.1.1"
8license-file = "LICENSE"
9authors = ["Erick Tryzelaar <[email protected]>"]
10description = "Rust crate for the Fuchsia cryptographically secure pseudorandom number generator"
Erick Tryzelaar3e6861e52020-12-01 07:55:43 +000011repository = "https://fuchsia.googlesource.com/fuchsia/+/HEAD/src/lib/zircon/rust/fuchsia-cprng"
Sarah Chan64bf58d2025-12-06 16:25:07 -080012edition = "2024"
Erick Tryzelaar084bcee2019-02-04 14:01:23 -080013readme = "README.md"
14include = [
15 "src/*.rs",
16 "Cargo.toml",
17 "AUTHORS",
18 "LICENSE",
19 "PATENTS",
20]