# 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] name = "symbol" version = "0.1.9" authors = ["Nathan Ringo "] description = "Simple globally interned strings." homepage = "https://github.com/remexre/symbol-rs" documentation = "https://docs.rs/symbol" readme = "README.md" license = "Apache-2.0/MIT" repository = "https://github.com/remexre/symbol-rs" [dependencies.gc] version = "0.3.2" optional = true [dependencies.lazy_static] version = "1.0.0" [dependencies.radix_trie] version = "0.2.0" optional = true [dependencies.serde] version = "1.0.0" features = ["derive"] optional = true [dependencies.spin] version = "0.4.6" default-features = false [features] default = ["std"] std = []