File: Cargo.lock

package info (click to toggle)
rust-portable-atomic-util 0.2.5-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 340 kB
  • sloc: makefile: 4
file content (23 lines) | stat: -rw-r--r-- 901 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "build-context"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "portable-atomic"
version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "portable-atomic-util"
version = "0.2.5"
dependencies = [
 "build-context 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "portable-atomic 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

[metadata]
"checksum build-context 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "86610cb1e9d45d65a31b574f9d69de003a76b6bb0b7d882396a5153fc547c935"
"checksum portable-atomic 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f89776e4d69bb58bc6993e99ffa1d11f228b839984854c7daeb5d37f87cbe950"