• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright 2025 The Pigweed Authors
2#
3# Licensed under the Apache License, Version 2.0 (the "License"); you may not
4# use this file except in compliance with the License. You may obtain a copy of
5# the License at
6#
7#     https://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
11# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
12# License for the specific language governing permissions and limitations under
13# the License.
14
15[package]
16name = "crates_std"
17version = "0.1.0"
18edition = "2021"
19
20[lib]
21path = "fake.rs"
22
23[dependencies]
24anyhow = "1.0.95"
25clap = { version = "4.5.23", features = ["derive"] }
26cliclack = "0.3.5"
27compiler_builtins = "0.1.142"
28cortex-m = "0.7.7"
29cortex-m-rt = "0.7.5"
30cortex-m-semihosting = "0.5.0"
31embedded-io = { version = "0.6.1", features = ["std"] }
32intrusive-collections = "0.9.7"
33libc = "0.2.169"
34nix = { version = "0.29.0", features = ["fs"] }
35nom = "7.1.3"
36panic-halt = "1.0.0"
37paste = "1.0.15"
38proc-macro2 = "1.0.92"
39quote = "1.0.37"
40serde = { version = "1.0.216", features = ["derive"] }
41serde_json = "1.0.134"
42syn = "2.0.90"
43
44[features]
45