# 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 = "stabby-abi" version = "36.1.1" authors = ["Pierre Avital "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "stabby's core ABI, you shouldn't add this crate to your dependencies, only `stabby`." readme = "README.md" categories = [ "development-tools::ffi", "no-std::no-alloc", ] license = " EPL-2.0 OR Apache-2.0" repository = "https://github.com/ZettaScaleLabs/stabby" [package.metadata.docs.rs] rustc-args = [ "--cfg", "docsrs", ] [lib] name = "stabby_abi" path = "src/lib.rs" [dependencies.abi_stable] version = "0.11.0" optional = true [dependencies.libc] version = "0.2" optional = true [dependencies.rustversion] version = "<2" [dependencies.serde] version = "1.0.203" features = ["derive"] optional = true [dependencies.sha2-const-stable] version = "0.1" [dependencies.stabby-macros] version = "36.1.1" default-features = false [dev-dependencies.rand] version = "0.8" [features] abi_stable = ["dep:abi_stable"] abi_stable-channels = [ "abi_stable", "abi_stable/channels", ] alloc-rs = [] default = ["std"] experimental-ctypes = ["stabby-macros/experimental-ctypes"] libc = ["dep:libc"] serde = ["dep:serde"] std = ["alloc-rs"] test = []