1cbd624adSopenharmony_ci[package]
2cbd624adSopenharmony_ciauthors = ["Alex Huszagh <ahuszagh@gmail.com>"]
3cbd624adSopenharmony_ciautoexamples = false
4cbd624adSopenharmony_cicategories = ["parsing", "no-std"]
5cbd624adSopenharmony_cidescription = "Fast float parsing conversion routines."
6cbd624adSopenharmony_cidocumentation = "https://docs.rs/minimal-lexical"
7cbd624adSopenharmony_ciedition = "2018"
8cbd624adSopenharmony_cikeywords = ["parsing", "no_std"]
9cbd624adSopenharmony_cilicense = "MIT/Apache-2.0"
10cbd624adSopenharmony_ciname = "minimal-lexical"
11cbd624adSopenharmony_cireadme = "README.md"
12cbd624adSopenharmony_cirepository = "https://github.com/Alexhuszagh/minimal-lexical"
13cbd624adSopenharmony_civersion = "0.2.1"
14cbd624adSopenharmony_ciexclude = [
15cbd624adSopenharmony_ci    "assets/*",
16cbd624adSopenharmony_ci    "ci/*",
17cbd624adSopenharmony_ci    "docs/*",
18cbd624adSopenharmony_ci    "etc/*",
19cbd624adSopenharmony_ci    "fuzz/*",
20cbd624adSopenharmony_ci    "examples/*",
21cbd624adSopenharmony_ci    "scripts/*"
22cbd624adSopenharmony_ci]
23cbd624adSopenharmony_ci
24cbd624adSopenharmony_ci[features]
25cbd624adSopenharmony_cidefault = ["std"]
26cbd624adSopenharmony_ci# Use the standard library.
27cbd624adSopenharmony_cistd = []
28cbd624adSopenharmony_ci# Reduce code size at the cost of performance.
29cbd624adSopenharmony_cicompact = []
30cbd624adSopenharmony_ci# Use the system allocator.
31cbd624adSopenharmony_cialloc = []
32cbd624adSopenharmony_ci# Add support for nightly-only features.
33cbd624adSopenharmony_cinightly = []
34cbd624adSopenharmony_ci
35cbd624adSopenharmony_ci# Internal only features.
36cbd624adSopenharmony_ci# Enable the lint checks.
37cbd624adSopenharmony_cilint = []
38