# 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 = "substance-framework" version = "0.3.0-alpha" authors = ["Raphaƫl Slagmolen"] description = "A testing framework designed to work without std, using only core features" homepage = "https://gitlab.com/Tutul/substance-framework" readme = "../README.md" keywords = [ "test", "testing", "framework", "substance", ] categories = [ "development-tools", "development-tools::testing", "no-std", ] license = "MIT" repository = "https://gitlab.com/Tutul/substance-framework" resolver = "2" [lib] name = "substance_framework" path = "src/lib.rs" test = true doctest = false bench = false doc = true proc-macro = false [dependencies.cfg-if] version = "1.0.0" [dependencies.lazy_static] version = "1.4.x" features = ["spin_no_std"] [dependencies.libc-print] version = "0.1.x" [dependencies.spin] version = "0.9.x" [dependencies.substance-macro] version = "0.2.0-alpha" [features] combined = [] default = ["combined"] pretty = [] xml = []