bambu-rs 0.1.0

AI-agent-friendly Bambu Lab 3D printer CLI & library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# cargo-about config for the embedded license notice (the `license-notice` feature; see
# build.rs). `accepted` is the SPDX allow-list for the dependency graph — the gathering
# errors on any crate whose license isn't listed, which is the point (it forces a human to
# vet new licenses). Tune after a `cargo build --features license-notice` run reports
# unmatched crates.
accepted = [
    "Apache-2.0",
    "MIT",
    "ISC",
    "BSD-2-Clause",
    "BSD-3-Clause",
    "Unicode-3.0",
    "Unicode-DFS-2016",
    "Zlib",
    "MPL-2.0",
    "CC0-1.0",
]