# 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 = "s2" version = "0.0.13" authors = ["Jihyun Yu "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "S2 geometric library" homepage = "https://github.com/yjh0502/rust-s2" documentation = "https://docs.rs/rust-s2" readme = "README.md" keywords = [ "geo", "s2", ] license = "Apache-2.0" repository = "https://github.com/yjh0502/rust-s2" [lib] name = "s2" path = "src/lib.rs" [[bin]] name = "test" path = "src/bin/test.rs" [dependencies.bigdecimal] version = "0.3.0" default_features = false [dependencies.cgmath] version = "0.18.0" [dependencies.float_extras] version = "0.1.6" optional = true [dependencies.lazy_static] version = "1.4.0" [dependencies.libm] version = "0.2.6" [dependencies.rand] version = "0.8.5" optional = true [dependencies.serde] version = "1.0.151" features = ["serde_derive"] optional = true [dev-dependencies.rand] version = "0.8.5" [features] default = [ "serde", "float_extras", ] serde = [ "dep:serde", "bigdecimal/serde", ]