# 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 = "2018" name = "st-map" version = "0.2.4" authors = ["강동윤 "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Runtime for a stack-alocated map" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/dudykr/ddbase.git" resolver = "2" [lib] name = "st_map" path = "src/lib.rs" [[test]] name = "arg" path = "tests/arg.rs" [[test]] name = "arg_bound" path = "tests/arg_bound.rs" [[test]] name = "no_arg" path = "tests/no_arg.rs" [dependencies.arrayvec] version = "0.7.2" [dependencies.static-map-macro] version = "0.3.2"