# 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 = "rubicon" version = "3.4.9" authors = ["Amos Wenger "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Deduplicate globals across shared objects to enable a dangerous form of dynamic linking" readme = "README.md" keywords = [ "ffi", "thread-local", ] categories = ["development-tools::ffi"] license = "MIT OR Apache-2.0" repository = "https://github.com/bearcove/rubicon" [lib] name = "rubicon" path = "src/lib.rs" [dependencies.libc] version = "0.2.155" optional = true [dependencies.paste] version = "1.0.15" optional = true [build-dependencies.rustc_version] version = "0.4.0" optional = true [features] default = [] export-globals = [ "dep:paste", "dep:rustc_version", ] import-globals = [ "dep:paste", "dep:rustc_version", "dep:libc", ] no-compatibility-checks-yolo = []