| ############################################################################### |
| # @generated |
| # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To |
| # regenerate this file, run the following: |
| # |
| # bazel run @//crate_universe/3rdparty:crates_vendor |
| ############################################################################### |
| |
| load( |
| "@rules_rust//rust:defs.bzl", |
| "rust_library", |
| ) |
| |
| package(default_visibility = ["//visibility:public"]) |
| |
| # licenses([ |
| # "TODO", # MIT/Apache-2.0 |
| # ]) |
| |
| rust_library( |
| name = "num", |
| srcs = glob(["**/*.rs"]), |
| compile_data = glob( |
| include = ["**"], |
| exclude = [ |
| "**/* *", |
| "BUILD", |
| "BUILD.bazel", |
| "WORKSPACE", |
| "WORKSPACE.bazel", |
| ], |
| ), |
| crate_features = [ |
| "bigint", |
| "complex", |
| "default", |
| "num-bigint", |
| "num-complex", |
| "num-rational", |
| "rational", |
| "rustc-serialize", |
| ], |
| crate_root = "src/lib.rs", |
| edition = "2015", |
| rustc_flags = ["--cap-lints=allow"], |
| tags = [ |
| "cargo-bazel", |
| "manual", |
| "noclippy", |
| "norustfmt", |
| ], |
| version = "0.1.42", |
| deps = [ |
| "@cui__num-bigint-0.1.44//:num_bigint", |
| "@cui__num-complex-0.1.43//:num_complex", |
| "@cui__num-integer-0.1.45//:num_integer", |
| "@cui__num-iter-0.1.43//:num_iter", |
| "@cui__num-rational-0.1.42//:num_rational", |
| "@cui__num-traits-0.2.15//:num_traits", |
| ], |
| ) |