# 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 = "embed-licensing" version = "0.3.1" authors = ["Simon Bruder "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Embed licensing information of dependencies to comply with free software licenses" readme = "README.md" license = "MPL-2.0" repository = "https://codeberg.org/sbruder/embed-licensing" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "embed_licensing" path = "src/lib.rs" [[test]] name = "basic" path = "tests/basic.rs" [[test]] name = "cycle" path = "tests/cycle.rs" [[test]] name = "macro" path = "tests/macro.rs" required-features = ["macros"] [[test]] name = "platform" path = "tests/platform.rs" [dependencies.embed-licensing-core] version = "0.3.1" [dependencies.embed-licensing-macros] version = "0.3.1" optional = true [dependencies.spdx] version = "0.10.6" [dev-dependencies.cargo-platform] version = "0.1.8" [dev-dependencies.pretty_assertions] version = "1.4.0" [dev-dependencies.tempfile] version = "3.10.1" [dev-dependencies.toml_edit] version = "0.22.17" [features] current_platform = [ "embed-licensing-core/current_platform", "embed-licensing-macros/current_platform", ] default = ["macros"] macros = [ "dep:embed-licensing-macros", "embed-licensing-core/macros", ]