# 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 = "bright_swc_atoms" version = "0.4.0" authors = ["강동윤 "] build = "build.rs" description = "Atoms for the swc project." documentation = "https://rustdoc.swc.rs/swc_atoms/" license = "Apache-2.0" repository = "https://github.com/swc-project/swc.git" [lib] bench = false [dependencies.bytecheck] version = "0.6.9" optional = true [dependencies.once_cell] version = "1" [dependencies.rkyv] version = "0.7.39" optional = true [dependencies.rustc-hash] version = "1.1.0" [dependencies.serde] version = "1" [dependencies.string_cache] version = "0.8.4" [build-dependencies.string_cache_codegen] version = "0.5.2" [features] rkyv-impl = [ "rkyv", "bytecheck", ]